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)
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>

No differences found