linux/drivers/gpu/drm/tiny
Uwe Kleine-König a0386bba70
spi: make remove callback a void function
The value returned by an spi driver's remove function is mostly ignored.
(Only an error message is printed if the value is non-zero that the
error is ignored.)

So change the prototype of the remove function to return no value. This
way driver authors are not tempted to assume that passing an error to
the upper layer is a good idea. All drivers are adapted accordingly.
There is no intended change of behaviour, all callbacks were prepared to
return 0 before.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Claudius Heine <ch@denx.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC
Acked-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Acked-by: Łukasz Stelmach <l.stelmach@samsung.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220123175201.34839-6-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-02-09 13:00:45 +00:00
..
Kconfig drm: Remove CONFIG_DRM_KMS_CMA_HELPER option 2021-11-30 11:10:03 +01:00
Makefile drm/tiny: add driver for newhaven, 1.8-128160EF 2021-10-15 20:29:02 +02:00
arcpgu.c drm/arc: Move to drm/tiny 2021-02-25 13:19:04 +01:00
bochs.c drm: Move nomodeset kernel parameter to the DRM subsystem 2021-11-27 13:52:22 +01:00
cirrus.c drm: Move nomodeset kernel parameter to the DRM subsystem 2021-11-27 13:52:22 +01:00
gm12u320.c drm/gm12u320: Use offset-adjusted shadow-plane mappings 2021-08-08 20:27:37 +02:00
hx8357d.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
ili9163.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
ili9225.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
ili9341.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
ili9486.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
mi0283qt.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
repaper.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
simpledrm.c drm for 5.17-rc1 2022-01-10 12:58:46 -08:00
st7586.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
st7735r.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00