From: Geert Uytterhoeven Date: Tue, 10 Dec 2013 10:38:34 +0000 (+0100) Subject: m68k: Convert arch/m68k/kernel/traps.c to pr_*() X-Git-Tag: v3.14-rc1~183^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245b815c3faf4a0509948618c35f993160e193a9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed