Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118107
b: refs/heads/master
c: 1133283
h: refs/heads/master
i:
  118105: 6e21bd5
  118103: e00501f
v: v3
  • Loading branch information
Jason Baron authored and Greg Kroah-Hartman committed Oct 29, 2008
1 parent 99244a8 commit 4dec2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 555ac6482ea7d0f29ec524b816f2f547ec94e882
refs/heads/master: 113328306dbdfd5f146f257e447364dc66d025d4
4 changes: 3 additions & 1 deletion trunk/lib/dynamic_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ static int __init dynamic_printk_init(void)
iter->logical_modname,
iter->flag_names, iter->hash, iter->hash2);
}
if (dynamic_enabled == DYNAMIC_ENABLED_ALL)
set_all(true);
return 0;
}
module_init(dynamic_printk_init);
Expand All @@ -411,7 +413,7 @@ static int __init dynamic_printk_setup(char *str)
{
if (str)
return -ENOENT;
set_all(true);
dynamic_enabled = DYNAMIC_ENABLED_ALL;
return 0;
}
/* Use early_param(), so we can get debug output as early as possible */
Expand Down

0 comments on commit 4dec2f4

Please sign in to comment.