linux-stable/drivers/net/can/ctucanfd
Uwe Kleine-König 45413bf759 can: ctucanfd: 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 this driver 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>
Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Link: https://lore.kernel.org/r/20230512212725.143824-7-u.kleine-koenig@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2023-05-15 22:53:50 +02:00
..
Kconfig can: ctucanfd: Drop obsolete dependency on COMPILE_TEST 2022-12-12 11:39:11 +01:00
Makefile can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support. 2022-04-19 17:12:14 +02:00
ctucanfd.h
ctucanfd_base.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
ctucanfd_kframe.h
ctucanfd_kregs.h can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x. 2022-07-19 20:57:46 +02:00
ctucanfd_pci.c can: ctucanfd: Remove redundant pci_clear_master 2023-03-24 19:11:20 +01:00
ctucanfd_platform.c can: ctucanfd: Convert to platform remove callback returning void 2023-05-15 22:53:50 +02:00