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)
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