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

Commit 2a133759 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Merge branch 'tip/perf/core' of...

Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

 into perf/core

Pull small function-tracing smatch fixlet from Steve Rostedt.

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parents 4913ae39 d41032a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ function_trace_call(unsigned long ip, unsigned long parent_ip,
	struct trace_array *tr = func_trace;
	struct trace_array_cpu *data;
	unsigned long flags;
	unsigned int bit;
	int bit;
	int cpu;
	int pc;