]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: APMU: Fix warnings due to improper printk formats
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 4 Mar 2014 18:11:15 +0000 (19:11 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 6 Mar 2014 04:14:03 +0000 (13:14 +0900)
commit56ff873122c4baab43df241c7701d043b8ec8a8e
tree67cfdf549ee3a5fe51d466f168998b7ef39ef879
parentc4ca5d80e03559fd95c526ece5ce39fc732a2511
ARM: shmobile: APMU: Fix warnings due to improper printk formats

Use the %pr printk specifier to print resource variables. This fixes
warnings on platforms where resource_size_t has a different size than
int.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/platsmp-apmu.c