提交 f2d45cd9 编写于 作者: G Guillaume GOURAT / 提交者: Greg Kroah-Hartman

[PATCH] USB: Kaweth.c udelay patch

On some arch (like arm) udelay cannot be called with value greater that
2000.

Signed-off-by: Guillaume GOURAT / guillaume.gourat@nexvision.fr
Signed-off-by: NOliver Neukum <oliver@neukum.name>
上级 61eded6e
...@@ -469,7 +469,7 @@ static int kaweth_reset(struct kaweth_device *kaweth) ...@@ -469,7 +469,7 @@ static int kaweth_reset(struct kaweth_device *kaweth)
0, 0,
KAWETH_CONTROL_TIMEOUT); KAWETH_CONTROL_TIMEOUT);
udelay(10000); mdelay(10);
kaweth_dbg("kaweth_reset() returns %d.",result); kaweth_dbg("kaweth_reset() returns %d.",result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册