On 07.05.2023 19:25, Uwe Kleine-König wrote: > > 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 (mostly) ignored > 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. > > 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-koe...@pengutronix.de> Reviewed-by: Claudiu Beznea <claudiu.bez...@microchip.com>
- [PATCH 28/53] drm/mediatek: Convert to platform remove... Uwe Kleine-König
- Re: [PATCH 28/53] drm/mediatek: Convert to platfo... Matthias Brugger
- [PATCH 09/53] drm/bridge: fsl-ldb: Convert to platform... Uwe Kleine-König
- Re: [PATCH 09/53] drm/bridge: fsl-ldb: Convert to... Laurent Pinchart
- [PATCH 27/53] drm/mcde: Convert to platform remove cal... Uwe Kleine-König
- Re: [PATCH 27/53] drm/mcde: Convert to platform r... Linus Walleij
- [PATCH 30/53] drm/meson: Convert to platform remove ca... Uwe Kleine-König
- Re: [PATCH 30/53] drm/meson: Convert to platform ... Martin Blumenstingl
- [PATCH 06/53] drm/atmel-hlcdc: Convert to platform rem... Uwe Kleine-König
- Re: [PATCH 06/53] drm/atmel-hlcdc: Convert to pla... Sam Ravnborg
- Re: [PATCH 06/53] drm/atmel-hlcdc: Convert to pla... Claudiu.Beznea
- [PATCH 41/53] drm/sti: Convert to platform remove call... Uwe Kleine-König
- Re: [PATCH 41/53] drm/sti: Convert to platform re... Alain Volmat
- [PATCH 39/53] drm/shmobile: Convert to platform remove... Uwe Kleine-König
- Re: [PATCH 39/53] drm/shmobile: Convert to platfo... Laurent Pinchart
- Re: [PATCH 39/53] drm/shmobile: Convert to platfo... Geert Uytterhoeven
- [PATCH 24/53] drm/kmb: Convert to platform remove call... Uwe Kleine-König
- [PATCH 44/53] drm/tegra: Convert to platform remove ca... Uwe Kleine-König
- [PATCH 16/53] drm/bridge: tfp410: Convert to platform ... Uwe Kleine-König
- Re: [PATCH 16/53] drm/bridge: tfp410: Convert to ... Laurent Pinchart
- [PATCH 26/53] drm/logicvc: Convert to platform remove ... Uwe Kleine-König