From: Fabio Estevam Date: Wed, 26 Feb 2014 11:12:37 +0000 (-0300) Subject: gpio: gpio-pl061: Use %pa to print 'resource_size_t' X-Git-Tag: v3.15-rc1~105^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b3627ea511f73c25c9d9a4c28e4449d72a9b1c;p=pandora-kernel.git gpio: gpio-pl061: Use %pa to print 'resource_size_t' The following build warning is generated when building multi_v7_defconfig with LPAE option selected: drivers/gpio/gpio-pl061.c:358:2: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'resource_size_t' [-Wformat=] Fix it by using %pa to print 'resource_size_t'. Reported-by: Olof's autobuilder Signed-off-by: Fabio Estevam Signed-off-by: Linus Walleij --- Reading git-diff-tree failed