From: Thierry Reding Date: Fri, 7 Nov 2014 13:42:16 +0000 (+0100) Subject: drm/panel: s6e8aa0: Fix build warnings on 64-bit X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~63^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85a1609e62c22730aa4e3ef09884f04606b086e;p=pandora-kernel.git drm/panel: s6e8aa0: Fix build warnings on 64-bit The %* format specifier expects an integer, which works fine with size_t arguments on 32-bit because the types match. However on 64-bit, size_t is typedef'd to unsigned long and will cause a build warning. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed