mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
[PATCH] kill extraneous printk in kernel_restart()
Get rid of an extraneous printk in kernel_restart(). Signed-off-by: Cal Peake <cp@absolutedigital.net> Acked-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
111dbe0c8a
commit
c9472e0f28
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user