Commit 797d3712 authored by Frederic Weisbecker's avatar Frederic Weisbecker Committed by Ingo Molnar

tracing/ftrace: adapt mmiotrace to the new type of print_line, fix

Correct the value's type of trace_empty function
Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d769041f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment