Skip to content

Commit 797d371

Browse files
fweisbecIngo Molnar
authored andcommitted
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
1 parent d769041 commit 797d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ static int trace_empty(struct trace_iterator *iter)
17501750
}
17511751
}
17521752

1753-
return TRACE_TYPE_HANDLED;
1753+
return 1;
17541754
}
17551755

17561756
static enum print_line_t print_trace_line(struct trace_iterator *iter)

0 commit comments

Comments
 (0)