]> git.ipfire.org Git - thirdparty/linux.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)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 3 Nov 2025 00:01:57 +0000 (01:01 +0100)
commit2c68ac48c52ad146523f32b01d70009622bf81aa
treea6e1886e03a72546b37fd09a5f8c311002f595a9
parent92ec7e7b86ec0aff9cd7db64d9dce50a0ea7c542
power: supply: max17040: Check iio_read_channel_processed() return code

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>
drivers/power/supply/max17040_battery.c