]> Gentwo Git Trees - linux/.git/commit
power: supply: rt9467: Return error on failure in rt9467_set_value_from_ranges()
authorIvan Abramov <i.abramov@mt-integration.ru>
Thu, 9 Oct 2025 14:47:24 +0000 (17:47 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 3 Nov 2025 00:01:57 +0000 (01:01 +0100)
commit8b27fe2d8d2380118c343629175385ff587e2fe4
tree08cc87e679f3e652a96a5d27138c82e06265cedf
parent2c68ac48c52ad146523f32b01d70009622bf81aa
power: supply: rt9467: Return error on failure in rt9467_set_value_from_ranges()

The return value of rt9467_set_value_from_ranges() when setting AICL VTH is
not checked, even though it may fail.

Log error and return from rt9467_run_aicl() on fail.

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

Fixes: 6f7f70e3a8dd ("power: supply: rt9467: Add Richtek RT9467 charger driver")
Signed-off-by: Ivan Abramov <i.abramov@mt-integration.ru>
Link: https://patch.msgid.link/20251009144725.562278-1-i.abramov@mt-integration.ru
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/rt9467-charger.c