summaryrefslogtreecommitdiff
path: root/power/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/common.c')
-rw-r--r--power/common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/power/common.c b/power/common.c
index c9f58e92db..acca62c6df 100644
--- a/power/common.c
+++ b/power/common.c
@@ -359,8 +359,7 @@ void chipset_exit_hard_off(void)
* pressed. For other states here, to wake the chipset task to trigger
* the event for leaving G3 is necessary.
*/
- if (task_start_called())
- task_wake(TASK_ID_CHIPSET);
+ task_wake(TASK_ID_CHIPSET);
}
/*****************************************************************************/