Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146156
b: refs/heads/master
c: 29f9394
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 8, 2009
1 parent 7748c67 commit ae676e6
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: c142b15dc56ee6d55cb97a062e3c8e9c61e384c0
refs/heads/master: 29f93943d1916d1a3faa3f10f4a06994347ac990
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int __ftrace_set_clr_event(const char *match, const char *sub,
const char *event, int set)
{
struct ftrace_event_call *call;
int ret;
int ret = -EINVAL;

mutex_lock(&event_mutex);
list_for_each_entry(call, &ftrace_events, list) {
Expand Down

0 comments on commit ae676e6

Please sign in to comment.