OMAPDSS: APPLY: cleanup dss_mgr_start_update
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 1 Nov 2011 11:58:50 +0000 (13:58 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:33 +0000 (08:54 +0200)
commit6e53ca9dda65dd300ce150822832ba6e169643c7
tree7d905c71ed5128d0653b6aa93f9a5e49a9f1556a
parent04f6643a8657bd080344d2928dde917e0b1b3800
OMAPDSS: APPLY: cleanup dss_mgr_start_update

dss_mgr_start_update() has a loop, of which sole purpose is to find the
manager used for this update. The whole loop is extra, as we already
know the manager.

Remove the loop.

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