Skip to content

Commit

Permalink
tracing/ftrace: adapt mmiotrace to the new type of print_line, fix
Browse files Browse the repository at this point in the history
Correct the value's type of trace_empty function

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Oct 14, 2008
1 parent d769041 commit 797d371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ static int trace_empty(struct trace_iterator *iter)
}
}

return TRACE_TYPE_HANDLED;
return 1;
}

static enum print_line_t print_trace_line(struct trace_iterator *iter)
Expand Down

0 comments on commit 797d371

Please sign in to comment.