From: Tomi Valkeinen Date: Fri, 28 Sep 2012 10:58:14 +0000 (+0300) Subject: OMAPDSS: fix compilation warnings X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~75^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311d5ce88aad6033200663f27e0320e7097ebf6e;p=pandora-kernel.git OMAPDSS: fix compilation warnings When compiling on x86 we get following warnings: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 5 has type ‘size_t’ [-Wformat] Fix these by casting the size_t to int. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed