]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66e5c423e7fe2b6f5c58a6b877a921cdcb8c6467
tree0af45fbb71a5d05b4b93589e428e7289b45f043a
parentca519ec704e09f3041713558dcce398ebfc004c1
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: 07fb9eeefca3 ("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