]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: DISPC: use WARN_ON() in dispc_mgr_go
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Oct 2012 12:06:07 +0000 (15:06 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 10:27:02 +0000 (12:27 +0200)
commit3c91ee8cc9fa785ed9c4ad250d3f293f279153fe
treee2d0da999ea1a09c6f251936ab31db3e24b79363
parent916188a46618313eedb07acac00fa575c503ff25
OMAPDSS: DISPC: use WARN_ON() in dispc_mgr_go

dispc_mgr_go() should never be called with manager output disabled or if
the GO bit is already set. Change the current silent returns to
WARN_ONs.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c