]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
power: supply: max17042: handle fails of reading status register
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 16 Aug 2021 08:27:14 +0000 (10:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:41:46 +0000 (13:41 +0200)
commit144a7512399a2b4c24902cf2e4bbb718c9cefb15
tree3db07b1abf494f77248ec6e0f3ddfe58fe6f3df4
parent44e7def219a970f2b58ed0e95368d28d68eb1719
power: supply: max17042: handle fails of reading status register

commit 54784ffa5b267f57161eb8fbb811499f22a0a0bf upstream.

Reading status register can fail in the interrupt handler.  In such
case, the regmap_read() will not store anything useful under passed
'val' variable and random stack value will be used to determine type of
interrupt.

Handle the regmap_read() failure to avoid handling interrupt type and
triggering changed power supply event based on random stack value.

Fixes: 39e7213edc4f ("max17042_battery: Support regmap to access device's registers")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/power/supply/max17042_battery.c