commit | c1d69937ee5818bcde3bed8c012c9f07d60e492e | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian.fainelli@telecomint.eu> | Wed Sep 03 16:50:03 2008 +0200 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Sep 24 18:54:43 2008 -0400 |
tree | 534899fc1f7079509103269589592c650898bea1 | |
parent | 31b760202a0911384fa07796df9d1905e9e89a7f [diff] |
r6040: fix bad usage of udelay This patch fixes the bad usage of udelay(5000), which in turns is a mdelay(5). It causes compilation for ARM where udelay maximum value is checked. Reported-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>