mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
iio: accel: kionix-kx022a: Remove blank lines
Remove blank lines pointed out by the checkpatch script Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com> Signed-off-by: Mehdi Djait <mehdi.djait.k@gmail.com> Link: https://lore.kernel.org/r/3489099f653491e97b13b8f19fe86635b03020c8.1694867379.git.mehdi.djait.k@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
377dddbe53
commit
cfdb1e2875
@ -341,7 +341,6 @@ static int kx022a_turn_on_off_unlocked(struct kx022a_data *data, bool on)
|
||||
dev_err(data->dev, "Turn %s fail %d\n", str_on_off(on), ret);
|
||||
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
static int kx022a_turn_off_lock(struct kx022a_data *data)
|
||||
@ -1110,7 +1109,6 @@ int kx022a_probe_internal(struct device *dev)
|
||||
if (ret)
|
||||
return dev_err_probe(data->dev, ret, "Could not request IRQ\n");
|
||||
|
||||
|
||||
ret = devm_iio_trigger_register(dev, indio_trig);
|
||||
if (ret)
|
||||
return dev_err_probe(data->dev, ret,
|
||||
|
Loading…
Reference in New Issue
Block a user