power: supply: axp20x_usb_power: Add missing check in axp20x_usb_power_probe
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Wed, 3 Mar 2021 12:12:36 +0000 (20:12 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 15 Mar 2021 00:07:54 +0000 (01:07 +0100)
commit17e499a7d6b52ff3be565a2f6184883dd1fdd9af
treef01aaddee48b25008fdeeb60b22c7a20102e98e2
parent32826341058bf8d63456289a8bf48648ad17c897
power: supply: axp20x_usb_power: Add missing check in axp20x_usb_power_probe

There are two regmap_update_bits() calls but only one of them has
return value check, which is odd. Add a return value check and
terminate the execution flow on failure just like the other call.

Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp20x_usb_power.c