aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printk.c')
-rw-r--r--kernel/printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index e0daaf57985a..e10d193a833a 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1352,7 +1352,7 @@ static int __init disable_boot_consoles(void)
1352 if (con->flags & CON_BOOT) { 1352 if (con->flags & CON_BOOT) {
1353 printk(KERN_INFO "turn off boot console %s%d\n", 1353 printk(KERN_INFO "turn off boot console %s%d\n",
1354 con->name, con->index); 1354 con->name, con->index);
1355 return unregister_console(con); 1355 unregister_console(con);
1356 } 1356 }
1357 } 1357 }
1358 return 0; 1358 return 0;