From: Tomi Valkeinen Date: Tue, 28 Jan 2014 06:50:47 +0000 (+0200) Subject: OMAPDSS: fix fck field types X-Git-Tag: v3.14-rc3~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56812fc855e29f44aeb5e166d2b512dab0a3e26;p=pandora-kernel.git OMAPDSS: fix fck field types 'fck' field in dpi and sdi clock calculation struct is 'unsigned long long', even though it should be 'unsigned long'. This hasn't caused any issues so far. Fix the field's type. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed