Commit 8b6a7b2ea2ab18d46bc9e0e76b614d8c155291ad
Committed by
Paul Mackerras
1 parent
c256f4b959
Exists in
master
and in
7 other branches
[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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/char/hvsi.c
... | ... | @@ -1179,7 +1179,7 @@ |
1179 | 1179 | if (tty_register_driver(hvsi_driver)) |
1180 | 1180 | panic("Couldn't register hvsi console driver\n"); |
1181 | 1181 | |
1182 | - printk(KERN_INFO "HVSI: registered %i devices\n", hvsi_count); | |
1182 | + printk(KERN_DEBUG "HVSI: registered %i devices\n", hvsi_count); | |
1183 | 1183 | |
1184 | 1184 | return 0; |
1185 | 1185 | } |