Skip to content
Snippets Groups Projects
Commit 797d3712 authored by Frederic Weisbecker's avatar Frederic Weisbecker Committed by Ingo Molnar
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment