Message ID | 20240211201526.1518165-1-andy.shevchenko@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: st_sensors: lsm9ds0: Miscellaneous cleanups | expand |
On Sun, 11 Feb 2024 22:14:31 +0200 andy.shevchenko@gmail.com wrote: > Just a few ad-hoc cleanups. No functional changes intended. All look good to me so applied. Thanks, Jonathan > > Andy Shevchenko (3): > iio: st_sensors: lsm9ds0: Use dev_err_probe() everywhere > iio: st_sensors: lsm9ds0: Don't use "proxy" headers > iio: st_sensors: lsm9ds0: Use common style for terminator in ID tables > > drivers/iio/imu/st_lsm9ds0/st_lsm9ds0.h | 5 ++++- > drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c | 21 +++++++++----------- > drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c | 6 ++++-- > drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_spi.c | 4 +++- > 4 files changed, 20 insertions(+), 16 deletions(-) >