OMAPDSS: APPLY: Constify timings argument in dss_mgr_set_timings
authorArchit Taneja <archit@ti.com>
Thu, 19 Jul 2012 08:21:14 +0000 (13:51 +0530)
committerArchit Taneja <archit@ti.com>
Mon, 13 Aug 2012 10:14:39 +0000 (15:44 +0530)
The function dss_mgr_set_timings is supposed to apply timings passed by an
interface driver. It is not supposed to change the timings. Add const qualifier
to the omap_video_timings pointer argument in dss_mgr_set_timings().

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

No differences found