From: Jingoo Han Date: Mon, 15 Jul 2013 23:53:33 +0000 (+0900) Subject: spi: s3c64xx: fix printk warnings X-Git-Tag: v3.12-rc1~192^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65bc4a8df3cd806e1868992bbc818b1267072d5;p=pandora-kernel.git spi: s3c64xx: fix printk warnings Fix the following build warnings when LPAE is enabled: drivers/spi/spi-s3c64xx.c:1466:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat] drivers/spi/spi-s3c64xx.c:1466:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat] Use vsprintf extension %pR to format resource. Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed