提交 0c29d757 编写于 作者: G Geert Uytterhoeven

m68k/mvme147: Modernize printing of kernel messages

Convert from printk() to pr_*().
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 0269be79
......@@ -63,7 +63,7 @@ int __init mvme147_parse_bootinfo(const struct bi_record *bi)
void mvme147_reset(void)
{
printk ("\r\n\nCalled mvme147_reset\r\n");
pr_info("\r\n\nCalled mvme147_reset\r\n");
m147_pcc->watchdog = 0x0a; /* Clear timer */
m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */
while (1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册