Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158141
b: refs/heads/master
c: 42c2c8c
h: refs/heads/master
i:
  158139: 1ea7d5e
v: v3
  • Loading branch information
Sonic Zhang authored and Ingo Molnar committed Aug 8, 2009
1 parent e1dff66 commit 91b3dc2
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: 1aaad49e856ce41adc07d8ae0c8ef35fc4483245
refs/heads/master: 42c2c8c854a716b05882a122632ddcd6dbe108f1
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ static int __init disable_boot_consoles(void)
if (con->flags & CON_BOOT) {
printk(KERN_INFO "turn off boot console %s%d\n",
con->name, con->index);
return unregister_console(con);
unregister_console(con);
}
}
return 0;
Expand Down

0 comments on commit 91b3dc2

Please sign in to comment.