]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
power: supply: max17040: Check iio_read_channel_processed() return code
authorIvan Abramov <i.abramov@mt-integration.ru>
Wed, 8 Oct 2025 13:36:47 +0000 (16:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:54:52 +0000 (13:54 +0100)
commit076481e5ee775531ba4d356dae9049286d7318dd
treefbd4e174685e2c141dfb10c4618ced98bca24f71
parent748c3b8a681212174995a7b98b0575113b0168bd
power: supply: max17040: Check iio_read_channel_processed() return code

[ Upstream commit 2c68ac48c52ad146523f32b01d70009622bf81aa ]

Since iio_read_channel_processed() may fail, return its exit code on error.

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

Fixes: 814755c48f8b ("power: max17040: get thermal data from adc if available")
Signed-off-by: Ivan Abramov <i.abramov@mt-integration.ru>
Link: https://patch.msgid.link/20251008133648.559286-1-i.abramov@mt-integration.ru
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/power/supply/max17040_battery.c