Re: [PATCH v3 5/8] platform/x86: gpd pocket fan: Clean-up by using managed work init

2021-03-23 Thread Hans de Goede
HI, On 3/23/21 2:57 PM, 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

[PATCH v3 5/8] platform/x86: gpd pocket fan: Clean-up by using managed work init

2021-03-23 Thread Matti Vaittinen
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. Signed-off-by: Matti Vaittinen --- Changelog