power: supply: axp20x_usb_power: Fix typo in VBUS current limit macros
authorChen-Yu Tsai <wens@csie.org>
Tue, 16 Apr 2019 06:40:19 +0000 (14:40 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 17 Apr 2019 21:23:15 +0000 (23:23 +0200)
commitc11f0b8f226a411915f8d7467bd554a8c9ceec42
tree0af45fbb71a5d05b4b93589e428e7289b45f043a
parent2e8c9d7bfab23419923e7ef52e53dd8cb288d9c4
power: supply: axp20x_usb_power: Fix typo in VBUS current limit macros

The VBUS current limit value macros have VBUS typed as VBUC, while
the bitmask macro is named correctly. Fix it.

Fixes: 69fb4dcada77 ("power: Add an axp20x-usb-power driver")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp20x_usb_power.c