dect
/
linux-2.6
Archived
13
0
Fork 0

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

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>
This commit is contained in:
Frederic Weisbecker 2008-09-30 18:13:45 +02:00 committed by Ingo Molnar
parent d769041f86
commit 797d3712a9
1 changed files with 1 additions and 1 deletions

View File

@ -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)