提交 3a22d5d5 编写于 作者: A Arnd Bergmann 提交者: David S. Miller

sungem: use mdelay instead of udelay where necessary

Some architectures like ARM cannot handle large numbers as
arguments to udelay, so the drivers should use mdelay when
delaying for multiple miliseconds.
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 32fd32a5
...@@ -401,7 +401,7 @@ static int gem_rxmac_reset(struct gem *gp) ...@@ -401,7 +401,7 @@ static int gem_rxmac_reset(struct gem *gp)
return 1; return 1;
} }
udelay(5000); mdelay(5);
/* Execute RX reset command. */ /* Execute RX reset command. */
writel(gp->swrst_base | GREG_SWRST_RXRST, writel(gp->swrst_base | GREG_SWRST_RXRST,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册