mbox series

[v1,0/3] iio: st_sensors: lsm9ds0: Miscellaneous cleanups

Message ID 20240211201526.1518165-1-andy.shevchenko@gmail.com (mailing list archive)
Headers show
Series iio: st_sensors: lsm9ds0: Miscellaneous cleanups | expand

Message

Andy Shevchenko Feb. 11, 2024, 8:14 p.m. UTC
Just a few ad-hoc cleanups. No functional changes intended.

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(-)

Comments

Jonathan Cameron Feb. 16, 2024, 2:51 p.m. UTC | #1
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(-)
>