OSDN Git Service

spi: make remove callback a void function
authorMark Brown <broonie@kernel.org>
Wed, 9 Feb 2022 14:32:59 +0000 (14:32 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 9 Feb 2022 14:32:59 +0000 (14:32 +0000)
Merge series from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:

this series goal is to change the spi remove callback's return value to void.
After numerous patches nearly all drivers already return 0 unconditionally.
The four first patches in this series convert the remaining three drivers to
return 0, the final patch changes the remove prototype and converts all
implementers.

base-commit: 26291c54e111ff6ba87a164d85d4a4e134b7315c

1  2 
MAINTAINERS
drivers/spi/spi.c
drivers/spi/spidev.c
include/linux/spi/spi.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge