]> git.baikalelectronics.ru Git - kernel.git/commit
power: supply: bq256xx: Handle OOM correctly
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 10 Jan 2022 15:50:07 +0000 (16:50 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Fri, 11 Feb 2022 20:19:51 +0000 (21:19 +0100)
commit0f7f1526f46ec193d8e7e3c4efb98c93599d1a09
tree2feeb4d8be45d811752a3ad6b230adcb36aa8f2b
parent9f595312a65305cb788475623e35dfa580b62f83
power: supply: bq256xx: Handle OOM correctly

Since we now return a pointer to an allocated object we need
to account for memory allocation failure in a separate
error path.

Fixes: f7a2564b4fdd ("power: supply_core: Pass pointer to battery info")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq256xx_charger.c