From: Fabio Estevam Date: Wed, 4 Jun 2014 23:06:41 +0000 (-0300) Subject: serial: samsung: Use %pa to print 'resource_size_t' type X-Git-Tag: cleanup-for-v3.18~124^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff5b64dccbf23acfe7993b9132b6992922a4756;p=pandora-kernel.git serial: samsung: Use %pa to print 'resource_size_t' type When building multi_v7_defconfig with CONFIG_ARM_LPAE=y the following warning is seen: drivers/tty/serial/samsung.c: In function 's3c24xx_serial_init_port': drivers/tty/serial/samsung.c:1229:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 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 Reviewed-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed