iio:prox:sx9500 trivial simplification of return path in init function.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reported-by: kbuild test robot <fengguang.wu@intel.com> Cc: Vlad Dogaru <vlad.dogaru@intel.com>
This commit is contained in:
Родитель
b91617ea62
Коммит
1a30295a09
|
@ -859,11 +859,7 @@ static int sx9500_init_device(struct iio_dev *indio_dev)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = sx9500_init_compensation(indio_dev);
|
return sx9500_init_compensation(indio_dev);
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sx9500_gpio_probe(struct i2c_client *client,
|
static void sx9500_gpio_probe(struct i2c_client *client,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче