From: Fabio Estevam Date: Thu, 10 Jul 2014 23:23:25 +0000 (-0300) Subject: i2c: i2c-st: Use %pa to print 'resource_size_t' type X-Git-Tag: omap-for-v3.17/fixes-against-rc2~107^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9fe5884e8dbf31a550316d924bea8c3ed155cf;p=pandora-kernel.git i2c: i2c-st: Use %pa to print 'resource_size_t' type When building multi_v7_defconfig with CONFIG_ARM_LPAE=y the following warning is seen: drivers/i2c/busses/i2c-st.c:818:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat=] Use %pa to print 'resource_size_t' type to fix the warning. Reported-by: Olof's autobuilder Signed-off-by: Fabio Estevam Acked-by: Maxime Coquelin Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed