diff options
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/bq20z75.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/bq20z75.c b/drivers/power/bq20z75.c index e1adc0e027ac..9c5e5beda3a8 100644 --- a/drivers/power/bq20z75.c +++ b/drivers/power/bq20z75.c | |||
@@ -702,6 +702,8 @@ skip_gpio: | |||
702 | 702 | ||
703 | INIT_DELAYED_WORK(&bq20z75_device->work, bq20z75_delayed_work); | 703 | INIT_DELAYED_WORK(&bq20z75_device->work, bq20z75_delayed_work); |
704 | 704 | ||
705 | bq20z75_device->enable_detection = true; | ||
706 | |||
705 | return 0; | 707 | return 0; |
706 | 708 | ||
707 | exit_psupply: | 709 | exit_psupply: |