mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
m68k/hp300: Convert printk to pr_foo()
This patch also fixes some checkpatch warnings This is untested Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
ce00aa0a72
commit
e8d6dc5ad2
@ -87,7 +87,7 @@ int __init hp300_parse_bootinfo(const struct bi_record *record)
|
|||||||
/* serial port address: ignored here */
|
/* serial port address: ignored here */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
unknown = 1;
|
unknown = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -262,11 +262,12 @@ void __init config_hp300(void)
|
|||||||
#endif
|
#endif
|
||||||
mach_max_dma_address = 0xffffffff;
|
mach_max_dma_address = 0xffffffff;
|
||||||
|
|
||||||
if (hp300_model >= HP_330 && hp300_model <= HP_433S && hp300_model != HP_350) {
|
if (hp300_model >= HP_330 && hp300_model <= HP_433S &&
|
||||||
printk(KERN_INFO "Detected HP9000 model %s\n", hp300_models[hp300_model-HP_320]);
|
hp300_model != HP_350) {
|
||||||
|
pr_info("Detected HP9000 model %s\n",
|
||||||
|
hp300_models[hp300_model-HP_320]);
|
||||||
strcat(hp300_model_name, hp300_models[hp300_model-HP_320]);
|
strcat(hp300_model_name, hp300_models[hp300_model-HP_320]);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
panic("Unknown HP9000 Model");
|
panic("Unknown HP9000 Model");
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_SERIAL_8250_CONSOLE
|
#ifdef CONFIG_SERIAL_8250_CONSOLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user