mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 02:08:01 +07:00
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:
parent
d769041f86
commit
797d3712a9
@ -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)
|
static enum print_line_t print_trace_line(struct trace_iterator *iter)
|
||||||
|
Loading…
Reference in New Issue
Block a user