tms380tr: Use mdelay() in tms380tr_wait().
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 20:04:48 +0000 (13:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 20:04:48 +0000 (13:04 -0700)
This driver tries to do up to half-second udelay()
calls, which overflows on x86-64.

Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found