Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146172
b: refs/heads/master
c: 24ed0c4
h: refs/heads/master
v: v3
  • Loading branch information
Ming Lei authored and Ingo Molnar committed May 18, 2009
1 parent b960c04 commit 30ffa42
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: 1079cac0f4eb7d968395378b1625979d4c818dd6
refs/heads/master: 24ed0c4bfc7d2d7507bb9d50f7f3bbdcd85d76dd
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2826,7 +2826,7 @@ void __init ftrace_init(void)
__stop_mcount_loc);

ret = register_module_notifier(&ftrace_module_nb);
if (!ret)
if (ret)
pr_warning("Failed to register trace ftrace module notifier\n");

return;
Expand Down

0 comments on commit 30ffa42

Please sign in to comment.