]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
drm/i915: clean up udelay usage
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 23 Mar 2009 20:36:25 +0000 (13:36 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 1 Apr 2009 22:21:58 +0000 (15:21 -0700)
commit580982d399071474c349538b7f5780bc79b54e7f
tree5831009f5dcb07e397b4d22767c1647f6218d75c
parent5ca58282089b11f64b911618036ee7676f12735b
drm/i915: clean up udelay usage

udelay() of 20 milliseconds really ought to just use mdelay(), that avoids
the various wrap scenarios and also is more readable

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c