Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263334
b: refs/heads/master
c: 4c30c6f
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Linus Torvalds committed Aug 25, 2011
1 parent 18f0bf0 commit 02e798f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47331231bb997a8adb79774fc4cf4bb48fe4e00a
refs/heads/master: 4c30c6f566c0989ddaee3407da44751e340a63ed
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ static int __init printk_late_init(void)
struct console *con;

for_each_console(con) {
if (con->flags & CON_BOOT) {
if (!keep_bootcon && con->flags & CON_BOOT) {
printk(KERN_INFO "turn off boot console %s%d\n",
con->name, con->index);
unregister_console(con);
Expand Down

0 comments on commit 02e798f

Please sign in to comment.