aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/phy.c')
-rw-r--r--arch/arm/mach-at91/phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/phy.c b/arch/arm/mach-at91/phy.c
index 6101eee358..f4484a77c7 100644
--- a/arch/arm/mach-at91/phy.c
+++ b/arch/arm/mach-at91/phy.c
@@ -42,7 +42,7 @@ void at91_phy_reset(void)
/* Wait for end of hardware reset */
while (!(readl(&rstc->sr) & AT91_RSTC_SR_NRSTL)) {
/* avoid shutdown by watchdog */
- WATCHDOG_RESET();
+ schedule();
mdelay(10);
/* timeout for not getting stuck in an endless loop */