linux-stable/drivers/net/ethernet/micrel
Uwe Kleine-König bae04ae2be net: ethernet: micrel: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes
many driver authors wrongly assume it's possible to do error handling by
returning an error code. However the value returned is ignored (apart
from emitting a warning) and this typically results in resource leaks.
To improve here there is a quest to make the remove callback return
void. In the first step of this quest all drivers are converted to
.remove_new() which already returns void. Eventually after all drivers
are converted, .remove_new() is renamed to .remove().

Trivially convert these drivers from always returning zero in the remove
callback to the void returning variant.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-09-20 09:06:39 +01:00
..
Kconfig net: micrel: Fix KS8851 Kconfig 2022-04-05 17:32:05 -07:00
ks8842.c net: ethernet: micrel: Convert to platform remove callback returning void 2023-09-20 09:06:39 +01:00
ks8851.h net: ks8851: switch to using gpiod API 2022-09-15 11:43:51 +02:00
ks8851_common.c net: ks8851: switch to using gpiod API 2022-09-15 11:43:51 +02:00
ks8851_par.c net: ethernet: micrel: Convert to platform remove callback returning void 2023-09-20 09:06:39 +01:00
ks8851_spi.c micrel: ksz8851: fixes struct pointer issue 2022-08-24 13:02:15 +01:00
ksz884x.c ksz884x: Remove unused functions 2023-04-12 09:38:19 +01:00
Makefile net: ks8851: fix link error 2021-09-28 13:11:20 +01:00