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:
901e5fe
)
OMAPDSS: DISPC: fix loop in error handler
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 06:20:40 +0000
(09:20 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 29 Oct 2012 10:44:43 +0000
(12:44 +0200)
The dispc's error handler has a loop inside another loop, and both use
the same loop variable. This is clearly wrong, and this patch makes a
new variable for the inner loop.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found