projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c256f4b
)
[PATCH] powerpc: Quiet HVSI boot output
author
Olof Johansson
<olof@lixom.net>
Wed, 12 Apr 2006 20:19:50 +0000
(15:19 -0500)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 22 Apr 2006 08:45:07 +0000
(18:45 +1000)
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>
drivers/char/hvsi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/hvsi.c
b/drivers/char/hvsi.c
index a9522189fc9efeaa82dab6d3b479df11d89a8412..a0370ed752ce01725b4458fb00335adb5ccb905f 100644
(file)
--- a/
drivers/char/hvsi.c
+++ b/
drivers/char/hvsi.c
@@
-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;
}