|
@@ -124,6 +124,7 @@ static irqreturn_t max8925_charger_handler(int irq, void *data)
|
|
case MAX8925_IRQ_VCHG_THM_OK_F:
|
|
case MAX8925_IRQ_VCHG_THM_OK_F:
|
|
/* Battery is not ready yet */
|
|
/* Battery is not ready yet */
|
|
dev_dbg(chip->dev, "Battery temperature is out of range\n");
|
|
dev_dbg(chip->dev, "Battery temperature is out of range\n");
|
|
|
|
+ /* Fall through */
|
|
case MAX8925_IRQ_VCHG_DC_OVP:
|
|
case MAX8925_IRQ_VCHG_DC_OVP:
|
|
dev_dbg(chip->dev, "Error detection\n");
|
|
dev_dbg(chip->dev, "Error detection\n");
|
|
__set_charger(info, 0);
|
|
__set_charger(info, 0);
|