Skip to content

Commit

Permalink
[PATCH] powerpc: Quiet HVSI boot output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Apr 22, 2006
1 parent c256f4b commit 8b6a7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/hvsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8b6a7b2

Please sign in to comment.