m68k/mac: More printk modernization
Log message fragments used to be printed on one line but now get split up. Fix this. Also, suppress log spam that merely prints known pointer values. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:

committed by
Geert Uytterhoeven

parent
0b07194bb5
commit
0e37a23ebd
@@ -36,7 +36,7 @@ void __init baboon_init(void)
|
||||
baboon = (struct baboon *) BABOON_BASE;
|
||||
baboon_present = 1;
|
||||
|
||||
printk("Baboon detected at %p\n", baboon);
|
||||
pr_debug("Baboon detected at %p\n", baboon);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user