diff options
-rw-r--r-- | drivers/power/twl4030_charger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/twl4030_charger.c b/drivers/power/twl4030_charger.c index 54b0325362db..74f2d3ff1d7c 100644 --- a/drivers/power/twl4030_charger.c +++ b/drivers/power/twl4030_charger.c | |||
@@ -91,7 +91,7 @@ | |||
91 | #define TWL4030_MSTATEC_COMPLETE1 0x0b | 91 | #define TWL4030_MSTATEC_COMPLETE1 0x0b |
92 | #define TWL4030_MSTATEC_COMPLETE4 0x0e | 92 | #define TWL4030_MSTATEC_COMPLETE4 0x0e |
93 | 93 | ||
94 | #if IS_ENABLED(CONFIG_TWL4030_MADC) | 94 | #if IS_REACHABLE(CONFIG_TWL4030_MADC) |
95 | /* | 95 | /* |
96 | * If AC (Accessory Charger) voltage exceeds 4.5V (MADC 11) | 96 | * If AC (Accessory Charger) voltage exceeds 4.5V (MADC 11) |
97 | * then AC is available. | 97 | * then AC is available. |