m68knommu: Fix printk() format in free_initrd_mem()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 26 May 2011 04:44:10 +0000 (14:44 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 25 Jul 2011 00:44:04 +0000 (10:44 +1000)
commit6617eaf33d04836d31ea687e79ba9fef02fdbbe9
treeaeab8b8bb14d6c3e45703225f0c3982c3b12198e
parent45d1564cceea8105c51b065acc8ec1312b81fbc1
m68knommu: Fix printk() format in free_initrd_mem()

arch/m68k/mm/init_no.c:123: warning: format "%d" expects type "int", but argument 2 has type "long unsigned int"

And use pr_notice() while we're at it.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/mm/init_no.c