Message ID | cover.1709747164.git.u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | HID: Convert to platform remove callback returning void | expand |
On Wed, 6 Mar 2024, Uwe Kleine-König wrote: > 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. Applied, thanks.