[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: Oliver Neukum <oliver@neukum.name>
This commit is contained in:
Guillaume GOURAT / 2005-10-21 14:01:35 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 61eded6e06
Коммит f2d45cd976
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -469,7 +469,7 @@ static int kaweth_reset(struct kaweth_device *kaweth)
0,
KAWETH_CONTROL_TIMEOUT);
udelay(10000);
mdelay(10);
kaweth_dbg("kaweth_reset() returns %d.",result);