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:
7b3926b
)
OMAPDSS: DSI: fix wrong unsigned long long use
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 7 Mar 2013 09:21:45 +0000
(11:21 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:16 +0000
(15:19 +0300)
dsi_configure_dispc_clocks() stores dsi func clock into unsigned long
long, but it should really be just unsigned long. Fix this.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found