From: Emil Goode Date: Tue, 30 Jul 2013 17:35:36 +0000 (+0200) Subject: spi/ep93xx: Fix format specifier warning X-Git-Tag: v3.12-rc1~192^2~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3fc31f35025a583499c0d3b1c6fc5dcf6e48ec;p=pandora-kernel.git spi/ep93xx: Fix format specifier warning This patch fixes the following sparse warning by changing the the format specifier for size_t to %zu. drivers/spi/spi-ep93xx.c:512:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat] Signed-off-by: Emil Goode Signed-off-by: Mark Brown --- Reading git-diff-tree failed