Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284663
b: refs/heads/master
c: 29d4d6d
h: refs/heads/master
i:
  284661: a2519ac
  284659: a6bce29
  284655: bdd7d69
v: v3
  • Loading branch information
Rusty Russell committed Jan 12, 2012
1 parent 919f4fe commit 24b20da
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: f17dda94d48b654c793da6632f65654476291ba5
refs/heads/master: 29d4d6df107b9d86982dc759f5b1ddfe2c6b29c0
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static int __init ignore_loglevel_setup(char *str)
}

early_param("ignore_loglevel", ignore_loglevel_setup);
module_param_named(ignore_loglevel, ignore_loglevel, bool, S_IRUGO | S_IWUSR);
module_param(ignore_loglevel, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(ignore_loglevel, "ignore loglevel setting, to"
"print all kernel messages to the console.");

Expand Down

0 comments on commit 24b20da

Please sign in to comment.