]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
extconn: Clean-up few drivers by using managed work init
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Tue, 23 Mar 2021 13:57:08 +0000 (15:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 14:22:40 +0000 (15:22 +0100)
commitf94a5becabf43e17490aded8bddc5f924b00338b
tree9a72eb923c0c53e19fe61b949cb0fc7fa20a9591
parent2077ca682169afb212d8a887c70057a660290df9
extconn: Clean-up few drivers by using managed work init

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.

Additionally, this helps avoiding mixing devm and manual resource
management and cleans up a (theoretical?) bug from extconn-palmas.c
and extcon-qcom-spmi-misc.c where (devm managed)IRQ might schedule
new work item after wq was cleaned at remove().

This change is compile-tested only. All testing is appreciated.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/b1030eddbf0069f2d39e951be1d8e40d6413aeeb.1616506559.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon-gpio.c
drivers/extcon/extcon-intel-int3496.c
drivers/extcon/extcon-palmas.c
drivers/extcon/extcon-qcom-spmi-misc.c