提交 797d3712 编写于 作者: F Frederic Weisbecker 提交者: 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: NFrederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册