driver/net: cosa driver uses udelay incorrectly
authorLi, Zhen-Hua <zhen-hual@hp.com>
Tue, 15 Apr 2014 01:53:11 +0000 (09:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Apr 2014 04:08:22 +0000 (00:08 -0400)
In cosa driver, udelay with more than 20000 may cause __bad_udelay.
Use msleep for instead.

Signed-off-by: Li, Zhen-Hua <zhen-hual@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found