mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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> |
||
|---|---|---|
| .. | ||
| cache-aurora-l2.h | ||
| cache-b15-rac.h | ||
| cache-feroceon-l2.h | ||
| cache-l2x0.h | ||
| cache-tauros2.h | ||
| cache-uniphier.h | ||
| cp14.h | ||
| dec21285.h | ||
| entry-macro-iomd.S | ||
| ioc.h | ||
| iomd.h | ||
| locomo.h | ||
| memc.h | ||
| sa1111.h | ||
| scoop.h | ||
| ssp.h | ||