diff options
author | 2022-11-28 10:28:48 +0100 | |
---|---|---|
committer | 2022-12-03 03:06:51 +0100 | |
commit | a7aaa80098d5b7608b2dc1e883e3c3f929415243 (patch) | |
tree | 5d1906952989cc7eced122a1caa838a168fb8fad /tools/perf/scripts/python/export-to-postgresql.py | |
parent | power: supply: Fix refcount leak in rk817_charger_probe (diff) | |
download | wireguard-linux-a7aaa80098d5b7608b2dc1e883e3c3f929415243.tar.xz wireguard-linux-a7aaa80098d5b7608b2dc1e883e3c3f929415243.zip |
power: supply: bq25890: Ensure pump_express_work is cancelled on remove
The pump_express_work which gets queued from an external_power_changed
callback might be pending / running on remove() (or on probe failure).
Add a devm action cancelling the work, to ensure that it is cancelled.
Note the devm action is added before devm_power_supply_register(), making
it run after devm unregisters the power_supply, so that the work cannot
be queued anymore (this is also why a devm action is used for this).
Fixes: 48f45b094dbb ("power: supply: bq25890: Support higher charging voltages through Pump Express+ protocol")
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions