From: Archit Taneja Date: Wed, 22 Aug 2012 07:03:49 +0000 (+0530) Subject: OMAPDSS: DISPC: Constify omap_overlay_info in dispc_ovl_setup() X-Git-Tag: v3.7-rc1~48^2~1^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eeb7019a4d1e5402b4bd5371562fe93dc1ed3dc;p=pandora-kernel.git OMAPDSS: DISPC: Constify omap_overlay_info in dispc_ovl_setup() 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 --- Reading git-diff-tree failed