git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca5828
)
drm/i915: clean up udelay usage
author
Arjan van de Ven
<arjan@linux.intel.com>
Mon, 23 Mar 2009 20:36:25 +0000
(13:36 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 1 Apr 2009 22:21:58 +0000
(15:21 -0700)
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>
No differences found