]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
m68k: Convert arch/m68k/kernel/traps.c to pr_*()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 10 Dec 2013 10:38:34 +0000 (11:38 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 30 Dec 2013 20:01:11 +0000 (21:01 +0100)
commit245b815c3faf4a0509948618c35f993160e193a9
tree95453db99492c27f461fa6735807d1ff8d752827
parent8e398f638179d5968df41ad8eff8f27684454dc4
m68k: Convert arch/m68k/kernel/traps.c to pr_*()

Also fix a few printf-style formats, to get rid of the following compiler
warnings when DEBUG is enabled:

arch/m68k/kernel/traps.c: In function ‘access_error060’:
arch/m68k/kernel/traps.c:166: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’
arch/m68k/kernel/traps.c: In function ‘bus_error030’:
arch/m68k/kernel/traps.c:568: warning: format ‘%#lx’ expects type ‘long unsigned int’, but argument 2 has type ‘void *’
arch/m68k/kernel/traps.c:682: warning: format ‘%#lx’ expects type ‘long unsigned int’, but argument 2 has type ‘void *’

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/traps.c