[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 {
|
} else {
|
||||||
printk(KERN_EMERG "Restarting system with command '%s'.\n", cmd);
|
printk(KERN_EMERG "Restarting system with command '%s'.\n", cmd);
|
||||||
}
|
}
|
||||||
printk(".\n");
|
|
||||||
machine_restart(cmd);
|
machine_restart(cmd);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(kernel_restart);
|
EXPORT_SYMBOL_GPL(kernel_restart);
|
||||||
|
|
Loading…
Reference in New Issue