Commit c9472e0f authored by Cal Peake's avatar Cal Peake Committed by Linus Torvalds

[PATCH] kill extraneous printk in kernel_restart()

Get rid of an extraneous printk in kernel_restart().
Signed-off-by: default avatarCal Peake <cp@absolutedigital.net>
Acked-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment