]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
power: supply: cw2015: Check devm_delayed_work_autocancel() return code
authorIvan Abramov <i.abramov@mt-integration.ru>
Wed, 8 Oct 2025 12:07:11 +0000 (15:07 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 3 Nov 2025 00:01:57 +0000 (01:01 +0100)
commit92ec7e7b86ec0aff9cd7db64d9dce50a0ea7c542
treedb5fd3bc44ab217b4d1c099a3a2229a1276402d5
parent6cdc4d488c2f3a61174bfba4e8cc4ac92c219258
power: supply: cw2015: Check devm_delayed_work_autocancel() return code

Since devm_delayed_work_autocancel() may fail, add return code check and
exit cw_bat_probe() on error.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: 0cb172a4918e ("power: supply: cw2015: Use device managed API to simplify the code")
Signed-off-by: Ivan Abramov <i.abramov@mt-integration.ru>
Link: https://patch.msgid.link/20251008120711.556021-1-i.abramov@mt-integration.ru
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/cw2015_battery.c