summaryrefslogtreecommitdiff
path: root/common/dps.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dps.c')
-rw-r--r--common/dps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dps.c b/common/dps.c
index 5becce7dc7..3af25e6280 100644
--- a/common/dps.c
+++ b/common/dps.c
@@ -476,6 +476,7 @@ void dps_task(void *u)
flag |= DPS_FLAG_WAITING;
task_wait_event(timeout.val - now.val);
flag &= ~DPS_FLAG_WAITING;
+ continue;
}
if (!is_enabled) {