Hello, this series converts all platform drivers below drivers/hid to use 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 conversations are trivial, because their .remove() callbacks returned zero unconditionally. There are no interdependencies between these patches, so they could be picked up individually. But I'd hope that they get picked up all together. Best regards Uwe Uwe Kleine-König (3): HID: google: hammer: Convert to platform remove callback returning void HID: hid-sensor-custom: Convert to platform remove callback returning void HID: surface-hid: kbd: Convert to platform remove callback returning void drivers/hid/hid-google-hammer.c | 5 ++--- drivers/hid/hid-sensor-custom.c | 8 +++----- drivers/hid/surface-hid/surface_kbd.c | 5 ++--- 3 files changed, 7 insertions(+), 11 deletions(-) base-commit: 11afac187274a6177a7ac82997f8691c0f469e41 -- 2.43.0