[PATCH 0/2] parport: Convert to platform remove callback returning void

From: Uwe Kleine-König
Date: Mon Dec 18 2023 - 16:05:46 EST


Hello,

this series converts all drivers below drivers/parport to use
.remove_new(). See commit 5c5a7680e67b ("platform: Provide a remove
callback that returns no value") for an extended explanation and the
eventual goal. The TL;DR; is to make it harder for driver authors to
leak resources without noticing.

This is merge window material. The two patches are independent of each
other, so they could be applied individually.

Best regards
Uwe

Uwe Kleine-König (2):
parport: amiga: Convert to platform remove callback returning void
parport: sunbpp: Convert to platform remove callback returning void

drivers/parport/parport_amiga.c | 5 ++---
drivers/parport/parport_sunbpp.c | 6 ++----
2 files changed, 4 insertions(+), 7 deletions(-)


base-commit: ceb2fe0d438644e1de06b9a6468a1fb8e2199c70
--
2.42.0