OMAPDSS: DISPC: Constify omap_overlay_info in dispc_ovl_setup()
authorArchit Taneja <archit@ti.com>
Wed, 22 Aug 2012 07:03:49 +0000 (12:33 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:48 +0000 (14:58 +0300)
The struct omap_overlay_info passed to dispc_ovl_setup() is used to configure
DISPC registers. It shouldn't modify the overlay_info structure. The pos_y field
was being changed in dispc_ovl_setup in the case of interlaced displays. Fix
this and const qualifier to the omap_overlay_info argument.

Signed-off-by: Archit Taneja <archit@ti.com>

No differences found