linux-stable/drivers/iio/potentiometer
Uwe Kleine-König 6dcfe3fe93 iio: potentiometer: max5487: Don't return an error in .remove()
The only effect of returning an error in an spi .remove() callback is
that the spi core issues a generic warning message. Instead emit a more
specific error message and return 0 to not report the same issue twice.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Link: https://lore.kernel.org/r/20211013203223.2694577-15-u.kleine-koenig@pengutronix.de
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2021-10-19 08:30:46 +01:00
..
Kconfig iio: potentiometer: Add driver support for AD5110 2021-08-15 15:38:16 +01:00
Makefile iio: potentiometer: Add driver support for AD5110 2021-08-15 15:38:16 +01:00
ad5110.c iio: potentiometer: Add driver support for AD5110 2021-08-15 15:38:16 +01:00
ad5272.c iio: potentiometer: ad5272: Correct polarity of reset 2020-12-03 19:32:42 +00:00
ds1803.c iio:potentiometer:ds1803: Drop of_match_ptr and CONFIG_OF protections 2020-09-17 19:13:38 +01:00
max5432.c iio:potentiometer:max5432: Drop of_match_ptr and use generic fw accessors 2020-09-21 18:41:08 +01:00
max5481.c iio: potentiometer: max5481: convert probe to device-managed 2021-07-19 09:51:59 +01:00
max5487.c iio: potentiometer: max5487: Don't return an error in .remove() 2021-10-19 08:30:46 +01:00
mcp4018.c iio:potentiometer:mcp4018: Drop of_match_ptr and CONFIG_OF protections. 2020-09-21 18:41:26 +01:00
mcp4131.c iio:potentiometer:mcp4131: Drop of_match_ptr and use generic fw interfaces. 2020-09-21 18:41:26 +01:00
mcp4531.c iio:potentiometer:mcp4531: Drop of_match_ptr and CONFIG_OF protections. 2020-09-21 18:41:27 +01:00
mcp41010.c Replace HTTP links with HTTPS ones: drivers/iio 2020-07-13 15:05:59 +01:00
tpl0102.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00