[PATCH 0/4] w1: Convert to platform remove callback returning void

From: Uwe Kleine-König
Date: Mon Feb 19 2024 - 05:59:50 EST


Hello,

this series converts all drivers below drivers/w1 to struct
platform_driver::remove_new(). See commit 5c5a7680e67b ("platform:
Provide a remove callback that returns no value") for an extended
explanation and the eventual goal.

All four conversations are trivial, because their .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches, so they could be
picked up individually. However I'd expect them to go in all together
via Krzysztof's tree.

Thanks
Uwe

Uwe Kleine-König (4):
w1: mxc_w1: Convert to platform remove callback returning void
w1: omap_hdq: Convert to platform remove callback returning void
w1: sgi_w1: Convert to platform remove callback returning void
w1: w1-gpio: Convert to platform remove callback returning void

drivers/w1/masters/mxc_w1.c | 6 ++----
drivers/w1/masters/omap_hdq.c | 6 ++----
drivers/w1/masters/sgi_w1.c | 6 ++----
drivers/w1/masters/w1-gpio.c | 6 ++----
4 files changed, 8 insertions(+), 16 deletions(-)

base-commit: 35a4fdde2466b9d90af297f249436a270ef9d30e
--
2.43.0