git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2496dc
)
OMAPDSS: APPLY: Constify timings argument in dss_mgr_set_timings
author
Archit Taneja
<archit@ti.com>
Thu, 19 Jul 2012 08:21:14 +0000
(13:51 +0530)
committer
Archit 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