mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
mfd: da9063: Propagate errno when I2C mode fails
Don't hardocde EIO but use the obtained value. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
6f1b660731
commit
921071a83d
@ -448,7 +448,7 @@ static int da9063_i2c_probe(struct i2c_client *i2c,
|
||||
DA9063_TWOWIRE_TO);
|
||||
if (ret < 0) {
|
||||
dev_err(da9063->dev, "Failed to set Two-Wire Bus Mode.\n");
|
||||
return -EIO;
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user