Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121116
b: refs/heads/master
c: b3535c6
h: refs/heads/master
v: v3
  • Loading branch information
walimis authored and Ingo Molnar committed Nov 13, 2008
1 parent 8b84ee2 commit 50eb734
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 12ef7d448613ead2babd41c3ebfa1fe03c20edef
refs/heads/master: b3535c6390f27d04273e4eee0bc687f171fbf5f4
3 changes: 1 addition & 2 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ static int __unregister_ftrace_function(struct ftrace_ops *ops)

if (ftrace_enabled) {
/* If we only have one func left, then call that directly */
if (ftrace_list == &ftrace_list_end ||
ftrace_list->next == &ftrace_list_end)
if (ftrace_list->next == &ftrace_list_end)
ftrace_trace_function = ftrace_list->func;
}

Expand Down

0 comments on commit 50eb734

Please sign in to comment.