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:
4c79156
)
drm/i915: Use clamp_t() when limiting cur_delay
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Thu, 7 Nov 2013 17:57:49 +0000
(19:57 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 7 Nov 2013 19:04:53 +0000
(20:04 +0100)
Make the cur_delay limiting code a bit less prone to typo errors
by using clamp_t().
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found