Re: [PATCH] iio: accel: adis16201: remove unneeded spi_set_drvdata()

2020-11-21 Thread Jonathan Cameron
On Thu, 19 Nov 2020 16:17:29 +0200 Alexandru Ardelean wrote: > There is no matching spi_get_drvdata() in the driver. This looks like a > left-over from before the driver was converted to device-managed functions. > > Signed-off-by: Alexandru Ardelean Applied. Thanks, Jonathan > --- >

[PATCH] iio: accel: adis16201: remove unneeded spi_set_drvdata()

2020-11-19 Thread Alexandru Ardelean
There is no matching spi_get_drvdata() in the driver. This looks like a left-over from before the driver was converted to device-managed functions. Signed-off-by: Alexandru Ardelean --- drivers/iio/accel/adis16201.c | 1 - 1 file changed, 1 deletion(-) diff --git