]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memory_hotplug.c: fix printk format warnings
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 24 May 2013 22:55:30 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 23:22:52 +0000 (16:22 -0700)
commit1648a0f9cb9878ec5e9aa1d446296efd9ecb142f
treeeb94c1b22b3fd8d5c704eba80a55086bae0f6bdf
parent25c6c933033fde0804da9df20b10f756130619b1
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 <rdunlap@infradead.org>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory_hotplug.c