From: Fabio Estevam Date: Thu, 19 Feb 2015 12:12:11 +0000 (-0200) Subject: staging: fbtft: fbtft-core: Use '%zu' to print 'size_t' format X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~771 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fed5bac16a7c3f949d59a0c96b4ffd8f63fbcc1;p=pandora-kernel.git staging: fbtft: fbtft-core: Use '%zu' to print 'size_t' format When building for ARM64 the following build warning is seen: drivers/staging/fbtft/fbtft-core.c:1004:4: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] Use '%zu' to print 'size_t' format. Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed