Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146109
b: refs/heads/master
c: d94fc52
h: refs/heads/master
i:
  146107: 782d18e
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed May 7, 2009
1 parent 87c613a commit 294249b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5928c3cc0ffcb6894bbab6be591b7ae1786b2d87
refs/heads/master: d94fc523f3c35bd8013f04827e94756cbc0212f4
5 changes: 3 additions & 2 deletions trunk/kernel/trace/trace_events_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,14 +636,15 @@ static int filter_add_subsystem_pred(struct filter_parse_state *ps,

err = filter_add_pred(ps, call, pred);
if (err) {
mutex_unlock(&event_mutex);
filter_free_subsystem_preds(system);
parse_error(ps, FILT_ERR_BAD_SUBSYS_FILTER, 0);
break;
goto out;
}
replace_filter_string(call->filter, filter_string);
}
mutex_unlock(&event_mutex);

out:
return err;
}

Expand Down

0 comments on commit 294249b

Please sign in to comment.