[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: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Olof Johansson 2006-04-12 15:19:50 -05:00 committed by Paul Mackerras
parent c256f4b959
commit 8b6a7b2ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}