]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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 01:21:48 +0000 (11:21 +1000)
commit7e63e0c108751d48ec38f1f4e76209d359a95a83
tree468728239c79b081a9e7739e627728462eb9579e
parentcc7de28620d91e8de0b2ef6a1b1247f937c54d46
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