Re: [RFC PATCH 5/7] power: supply: Clean-up few drivers by using managed work init

From: Greg Kroah-Hartman
Date: Sat Feb 13 2021 - 07:18:31 EST


On Sat, Feb 13, 2021 at 02:12:41PM +0200, Matti Vaittinen wrote:
> Few drivers implement remove call-back only for ensuring a delayed
> work gets cancelled prior driver removal. Clean-up these by switching
> to use devm_delayed_work_autocancel() instead.
>
> This change is compile-tested only. All testing is appreciated.

These will all break as I mentioned before...