]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
donauboe: replace excessive udelay with msleep
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Apr 2012 10:56:14 +0000 (10:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Apr 2012 19:28:47 +0000 (15:28 -0400)
commit32fd32a59cb6685324652ea0d79696c95453aebf
tree20c7ffe8bdfe16df0943bf1a557447e8bc6f68cc
parent31f31204dfc40a4bfd9c4a3d7078df969626b24e
donauboe: replace excessive udelay with msleep

No driver should spin the CPU for 10ms, so better use
an msleep, which is allowed in the ->suspend function.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/irda/donauboe.c