Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169566
b: refs/heads/master
c: 3ed6777
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Oct 29, 2009
1 parent 9501c0a commit b02818e
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: 66bd8424cc05e800db384053bf7ab967e4658468
refs/heads/master: 3ed67776fc23061180896086a206a02be649dd26
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_events_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1230,12 +1230,12 @@ static int replace_system_preds(struct event_subsystem *system,
struct filter_parse_state *ps,
char *filter_string)
{
struct event_filter *filter = system->filter;
struct ftrace_event_call *call;
bool fail = true;
int err;

list_for_each_entry(call, &ftrace_events, list) {
struct event_filter *filter = call->filter;

if (!call->define_fields)
continue;
Expand Down

0 comments on commit b02818e

Please sign in to comment.