Re: [PATCH] platform/chrome: Switch back to struct platform_driver::remove()
From: Tzung-Bi Shih
Date: Mon Oct 28 2024 - 04:53:04 EST
On Mon, Oct 28, 2024 at 09:26:11AM +0100, Uwe Kleine-König wrote:
> 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 below drivers/platform/chrome to use
> .remove(), with the eventual goal to drop struct
> platform_driver::remove_new(). As .remove() and .remove_new() have the
> same prototypes, conversion is done by just changing the structure
> member name in the driver initializer.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next
[1/1] platform/chrome: Switch back to struct platform_driver::remove()
commit: ea45f3f46734a47bdbcfb31f41748484219d2ea6
Thanks!