kernel/drivers/power/supply/sbs-charger.c
.. .. @@ -25,7 +25,7 @@ 25 25 #define SBS_CHARGER_REG_STATUS 0x13 26 26 #define SBS_CHARGER_REG_ALARM_WARNING 0x16 27 27 28 -#define SBS_CHARGER_STATUS_CHARGE_INHIBITED BIT(1)28 +#define SBS_CHARGER_STATUS_CHARGE_INHIBITED BIT(0)29 29 #define SBS_CHARGER_STATUS_RES_COLD BIT(9) 30 30 #define SBS_CHARGER_STATUS_RES_HOT BIT(10) 31 31 #define SBS_CHARGER_STATUS_BATTERY_PRESENT BIT(14)