diff options
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
| -rw-r--r-- | drivers/power/bq27x00_battery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 646ed08b95c..c26859a2f84 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c @@ -1430,6 +1430,7 @@ static irqreturn_t bq27x00_chg_isr(int irq, void *dev) { wake_lock_timeout(&chg_wake_lock, msecs_to_jiffies(500)); /* dev_dbg(ps->dev, "%s: Updating battery status\n", __func__); Don't do i/o in interrupt! */ + bq27x00_external_power_changed(ps); return IRQ_HANDLED; |