Commit 8b6a7b2e authored by Olof Johansson's avatar Olof Johansson Committed by Paul Mackerras

[PATCH] powerpc: Quiet HVSI boot output

There's no real need to print the number of found HVSI devices on the
console at every boot.
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent c256f4b9
......@@ -1179,7 +1179,7 @@ static int __init hvsi_init(void)
if (tty_register_driver(hvsi_driver))
panic("Couldn't register hvsi console driver\n");
printk(KERN_INFO "HVSI: registered %i devices\n", hvsi_count);
printk(KERN_DEBUG "HVSI: registered %i devices\n", hvsi_count);
return 0;
}
......
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