Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168256
b: refs/heads/master
c: ed146b2
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Steven Rostedt committed Nov 4, 2009
1 parent c7a8ffa commit 179aeea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f7112949f6a4cd6883d66c882d568c2197321de6
refs/heads/master: ed146b25942b428f8e8056587b7638ce76573c2f
6 changes: 3 additions & 3 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2222,15 +2222,15 @@ ftrace_regex_write(struct file *file, const char __user *ubuf,
ret = ftrace_process_regex(parser->buffer,
parser->idx, enable);
if (ret)
goto out;
goto out_unlock;

trace_parser_clear(parser);
}

ret = read;

out_unlock:
mutex_unlock(&ftrace_regex_lock);
out:

return ret;
}

Expand Down

0 comments on commit 179aeea

Please sign in to comment.