aboutsummaryrefslogtreecommitdiff
path: root/include/wait_bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wait_bit.h')
-rw-r--r--include/wait_bit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wait_bit.h b/include/wait_bit.h
index dcc5c4f..f1d70ae 100644
--- a/include/wait_bit.h
+++ b/include/wait_bit.h
@@ -63,7 +63,7 @@ static inline int wait_for_bit_##sfx(const void *reg, \
} \
\
udelay(1); \
- WATCHDOG_RESET(); \
+ schedule(); \
} \
\
debug("%s: Timeout (reg=%p mask=%x wait_set=%i)\n", __func__, \