power: supply: rt5033_battery: Fix error code in rt5033_battery_probe()
authorPeng Fan <fanpeng@loongson.cn>
Thu, 2 Jul 2020 08:58:52 +0000 (16:58 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 28 Jul 2020 00:18:24 +0000 (02:18 +0200)
commit466bf93153b871f9fed93aea1389673c17d253e7
tree9f26b2ed8190b11fbd8b2e54787f49ca7c79b1e4
parent2f38dc4d9190cd97b8ceb88be5b835ee5feb44d1
power: supply: rt5033_battery: Fix error code in rt5033_battery_probe()

In the function rt5033_battery_probe(), it should return -ENOMEM
instead of -EINVAL when call function devm_kzalloc() failed.

Signed-off-by: Peng Fan <fanpeng@loongson.cn>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/rt5033_battery.c