Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81751
b: refs/heads/master
c: c4772d9
h: refs/heads/master
i:
  81749: 7694d26
  81747: 0b7f66c
  81743: 3d8a447
v: v3
  • Loading branch information
Ingo Molnar committed Jan 31, 2008
1 parent aa26ae4 commit 8738e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5aff0531ee2403b319e89bd04055fc41173e95fd
refs/heads/master: c4772d99300a9fc13c86aaa370e630c5973664f6
4 changes: 2 additions & 2 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,10 @@ static int __init ignore_loglevel_setup(char *str)
ignore_loglevel = 1;
printk(KERN_INFO "debug: ignoring loglevel setting.\n");

return 1;
return 0;
}

__setup("ignore_loglevel", ignore_loglevel_setup);
early_param("ignore_loglevel", ignore_loglevel_setup);

/*
* Write out chars from start to end - 1 inclusive
Expand Down

0 comments on commit 8738e36

Please sign in to comment.