Re: [PATCH] char: Switch back to struct platform_driver::remove()

2024-10-21 Thread Eli Billauer
Who am I to object? :) Thanks, Eli Acked-by: Eli Billauer

[PATCH] char: Switch back to struct platform_driver::remove()

2024-10-21 Thread Uwe Kleine-König
After commit 0edb555a65d1 ("platform: Make platform_driver::remove() return void") .remove() is (again) the right callback to implement for platform drivers. Convert all platform drivers matched by the "CHAR and MISC DRIVERS" maintainer's entry to use .remove(), with the eventual goal to drop stru