iio: adc: remove unused private data assigned with spi_set_drvdata()
authorAlexandru Ardelean <aardelean@deviqon.com>
Thu, 13 May 2021 11:10:35 +0000 (14:10 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Jun 2021 16:00:17 +0000 (17:00 +0100)
commit49bd77560f06518ed417f71c14adede16b07c819
treef0578f99eaa0ac452d0e4898b3dda9e170868ef3
parent21fd77afa113bef69c0982a7203a471a11c76b80
iio: adc: remove unused private data assigned with spi_set_drvdata()

These were usually used before the conversion to devm_ functions, so that
the remove hook would be able to retrieve the pointer and do cleanups on
remove.
When the conversion happened, they should have been removed, but were
omitted.

Some drivers were copied from drivers that fit the criteria described
above. In any case, in order to prevent more drivers from being used as
example (and have spi_set_drvdata() needlessly set), this change removes it
from the IIO ADC group.

Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com>
Link: https://lore.kernel.org/r/20210513111035.77950-1-aardelean@deviqon.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7476.c
drivers/iio/adc/ad7766.c
drivers/iio/adc/ad7768-1.c
drivers/iio/adc/ad7887.c
drivers/iio/adc/ad9467.c
drivers/iio/adc/hi8435.c
drivers/iio/adc/max1027.c
drivers/iio/adc/max1241.c
drivers/iio/adc/ti-adc084s021.c
drivers/iio/adc/ti-ads124s08.c
drivers/iio/adc/ti-tsc2046.c