From: Arnd Bergmann Date: Fri, 31 May 2013 22:22:40 +0000 (+0000) Subject: drm/nouveau: use mdelay instead of large udelay constants X-Git-Tag: v3.10-rc5~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06f6a9d06f4b0fa38bd3e32714106d824470813;p=pandora-kernel.git drm/nouveau: use mdelay instead of large udelay constants ARM cannot handle udelay for more than 2 miliseconds, so we should use mdelay instead for those. Signed-off-by: Arnd Bergmann Cc: David Airlie Cc: Ben Skeggs Cc: dri-devel@lists.freedesktop.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed