]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce189a4567458bf8d3b1a7fcf1abe0f48f163275
tree0c1f6d1607c274951970541c9e3113e3fb059683
parent1db4796b8c2c49d34b874a6cc29814e7a4766bc4
OMAPDSS: APPLY: Constify timings argument in dss_mgr_set_timings

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>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dss.h