Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)