]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DSI: fix wrong unsigned long long use
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 7 Mar 2013 09:21:45 +0000 (11:21 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:16 +0000 (15:19 +0300)
commita7bbb48421904e16d63c57d1ff65fc4d89d74bfb
treee6a195e7e0c675ece5f4576af6008a61852127e9
parent0fe1c2848d5adf07fc01a1f880e5e700541e5db4
OMAPDSS: DSI: fix wrong unsigned long long use

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