From: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> Hello, this small series converts the spi-imx driver to .remove_new(). The motivation for this tree-wide effort are drivers that don't properly cleanup and return an error code. This is broken as this results in resource leaks. The spi-imx driver is such a driver. The idea is that if the remove callback returns void it's obvious that an early error return is wrong. Best regards Uwe Uwe Kleine-König (2): spi: imx: Don't skip cleanup in remove's error path spi: imx: Convert to platform remove callback returning void drivers/spi/spi-imx.c | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) base-commit: b01fe98d34f3bed944a93bd8119fed80c856fad8 -- 2.39.1