提交 c9472e0f 编写于 作者: C Cal Peake 提交者: Linus Torvalds

[PATCH] kill extraneous printk in kernel_restart()

Get rid of an extraneous printk in kernel_restart().
Signed-off-by: NCal Peake <cp@absolutedigital.net>
Acked-by: NEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 111dbe0c
......@@ -612,7 +612,6 @@ void kernel_restart(char *cmd)
} else {
printk(KERN_EMERG "Restarting system with command '%s'.\n", cmd);
}
printk(".\n");
machine_restart(cmd);
}
EXPORT_SYMBOL_GPL(kernel_restart);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册