On Mon, Apr 26, 2021 at 8:04 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > It seems I still haven't trained my eyes to spot these. > > I think they have all been introduced since > iio_device_alloc() and friends started setting this > 8525df47b3d1e ("iio: core: fix/re-introduce back parent assignment") > 78289b4a58b58 ("iio: core: pass parent device as parameter during allocation") > > Anyhow, all seem fairly obvious to me, but maybe I missed something so please > take a look. I've added 2 comments that are unrelated [directly] to this series. Reviewed-by: Alexandru Ardelean <ardeleanalex@xxxxxxxxx> > > Jonathan Cameron (8): > iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent > iio: dac: ad5766: Drop duplicate setting of iio_dev.dev.parent > iio: adc: mp2629: Drop duplicate setting iio_dev.dev.parent > iio: adc: mt6360: Drop duplicate setting of iio_dev.dev.parent > iio: adc: ti-ads131e08: Drop duplicate setting of iio_dev.dev.parent > iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent > iio: position: hid-sensor-custom-intel-hinge: Drop duplicate parent > setting. > iio: common: scmi_sensors: Drop duplicate setting of > iio_dev.dev.parent > > drivers/iio/accel/bmi088-accel-core.c | 1 - > drivers/iio/adc/mp2629_adc.c | 1 - > drivers/iio/adc/mt6360-adc.c | 1 - > drivers/iio/adc/ti-ads131e08.c | 1 - > drivers/iio/common/scmi_sensors/scmi_iio.c | 1 - > drivers/iio/dac/ad5766.c | 1 - > drivers/iio/humidity/hdc2010.c | 1 - > drivers/iio/position/hid-sensor-custom-intel-hinge.c | 1 - > 8 files changed, 8 deletions(-) > > -- > 2.31.1 >