OMAPDSS: DISPC: fix loop in error handler
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 06:20:40 +0000 (09:20 +0300)
committerTomi 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