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:
ccd7b5e
)
drm/omap: use DRM_ERROR_RATELIMITED() for error irqs
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 19 Nov 2014 10:50:13 +0000
(12:50 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 24 Mar 2015 11:50:57 +0000
(13:50 +0200)
omapdrm uses normal DRM_ERROR() print when the HW reports an error. As
we sometimes may get a flood of errors, let's rather use
DRM_ERROR_RATELIMITED().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found