drivers/savagefb: use mdelay instead of udelay
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 May 2012 21:03:00 +0000 (15:03 -0600)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 9 Jun 2012 12:51:12 +0000 (12:51 +0000)
Long delays need to use mdelay on architectures such as ARM
that cannot compute long timeouts in udelay.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>

No differences found