Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304059
b: refs/heads/master
c: 3ec5652
h: refs/heads/master
i:
  304057: 9a713eb
  304055: 4c282ad
v: v3
  • Loading branch information
Jim Cromie authored and Greg Kroah-Hartman committed Apr 30, 2012
1 parent aa3e714 commit c39ada4
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: 29e36c9ffb696ed8d73e1aee713d483ec74a9a43
refs/heads/master: 3ec5652ab70f6e9a888d9e5f67c858af354323b3
4 changes: 2 additions & 2 deletions trunk/lib/dynamic_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ static int __init dynamic_debug_init(void)
return 0;
}
/* Allow early initialization for boot messages via boot param */
arch_initcall(dynamic_debug_init);
early_initcall(dynamic_debug_init);

/* Debugfs setup must be done later */
module_init(dynamic_debug_init_debugfs);
fs_initcall(dynamic_debug_init_debugfs);

0 comments on commit c39ada4

Please sign in to comment.