commit | 32fd32a59cb6685324652ea0d79696c95453aebf | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Apr 20 10:56:14 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 21 15:28:47 2012 -0400 |
tree | 20c7ffe8bdfe16df0943bf1a557447e8bc6f68cc | |
parent | 31f31204dfc40a4bfd9c4a3d7078df969626b24e [diff] |
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>