From: Fabio Estevam Date: Tue, 25 Feb 2014 16:17:33 +0000 (-0300) Subject: watchdog: orion_wdt: Use %pa to print 'phys_addr_t' X-Git-Tag: v3.15-rc1~76^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd9d3cffc90d4ed9b7b9d7d0645bd64a593c1d3;p=pandora-kernel.git watchdog: orion_wdt: Use %pa to print 'phys_addr_t' When building an ARM multi_v7_defconfig with LPAE option selected we get the following build warning: drivers/watchdog/orion_wdt.c:272:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'phys_addr_t' [-Wformat=] Fix it by using %pa to print 'phys_addr_t'. Reported-by: Olof's autobuilder Reviewed-by: Guenter Roeck Acked-by: Ezequiel Garcia Acked-by: Wim Van Sebroeck Signed-off-by: Fabio Estevam Signed-off-by: Jason Cooper --- Reading git-diff-tree failed