From: Tomi Valkeinen Date: Thu, 7 Mar 2013 09:21:45 +0000 (+0200) Subject: OMAPDSS: DSI: fix wrong unsigned long long use X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~46^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17518189218cdf4c8136ce6f0284519b9a878a09;p=pandora-kernel.git 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 --- Reading git-diff-tree failed