mm/memory_hotplug.c: fix printk format warnings
authorRandy Dunlap <[email protected]>
Fri, 24 May 2013 22:55:30 +0000 (15:55 -0700)
committerLinus Torvalds <[email protected]>
Fri, 24 May 2013 23:22:52 +0000 (16:22 -0700)
commit348f9f05e0266822fa048f7fb3b039692a0cafbc
treeeb94c1b22b3fd8d5c704eba80a55086bae0f6bdf
parent136e8770cd5d1fe38b3c613100dd6dc4db6d4fa6
mm/memory_hotplug.c: fix printk format warnings

Fix printk format warnings in mm/memory_hotplug.c by using "%pa":

  mm/memory_hotplug.c: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'resource_size_t' [-Wformat]
  mm/memory_hotplug.c: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'resource_size_t' [-Wformat]

Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory_hotplug.c