diff options
Diffstat (limited to 'drivers/power/ab8500_fg.c')
-rw-r--r-- | drivers/power/ab8500_fg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index 754970717c31..3cb4178e397c 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c | |||
@@ -574,8 +574,8 @@ int ab8500_fg_inst_curr_start(struct ab8500_fg *di) | |||
574 | } | 574 | } |
575 | 575 | ||
576 | /* Return and WFI */ | 576 | /* Return and WFI */ |
577 | INIT_COMPLETION(di->ab8500_fg_started); | 577 | reinit_completion(&di->ab8500_fg_started); |
578 | INIT_COMPLETION(di->ab8500_fg_complete); | 578 | reinit_completion(&di->ab8500_fg_complete); |
579 | enable_irq(di->irq); | 579 | enable_irq(di->irq); |
580 | 580 | ||
581 | /* Note: cc_lock is still locked */ | 581 | /* Note: cc_lock is still locked */ |