mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02:00
The driver core ignores the return value of struct bus_type::remove because there is only little that can be done. To simplify the quest to make this function return void, let struct locomo_driver::remove return void, too. All users already unconditionally return 0, this commit makes it obvious that returning an error code is a bad idea and ensures future users behave accordingly. Link: https://lore.kernel.org/r/20201126110140.2021758-1-u.kleine-koenig@pengutronix.de Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> |
||
|---|---|---|
| .. | ||
| include/mach | ||
| assabet.c | ||
| badge4.c | ||
| cerf.c | ||
| clock.c | ||
| collie.c | ||
| generic.c | ||
| generic.h | ||
| h3xxx.c | ||
| h3100.c | ||
| h3600.c | ||
| hackkit.c | ||
| jornada720.c | ||
| jornada720_ssp.c | ||
| Kconfig | ||
| lart.c | ||
| Makefile | ||
| Makefile.boot | ||
| nanoengine.c | ||
| neponset.c | ||
| pci-nanoengine.c | ||
| pleb.c | ||
| pm.c | ||
| shannon.c | ||
| simpad.c | ||
| sleep.S | ||
| ssp.c | ||