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

Commit d06c95b5 authored by Neil Leeder's avatar Neil Leeder
Browse files

Perf: remove erroneous extra call



This extra line was accidentially included by prior
commit adcd5a56.

Change-Id: Ie7cbfe2af574aed1064a825f18360b6b5f3464f7
Signed-off-by: default avatarNeil Leeder <nleeder@codeaurora.org>
parent 042417bf
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1409,7 +1409,6 @@ static void __ref perf_remove_from_context(struct perf_event *event, bool detach
		/*
		/*
		 * Per cpu events are removed via an smp call
		 * Per cpu events are removed via an smp call
		 */
		 */
		cpu_function_call(event->cpu, __perf_remove_from_context, &re);
		ret = cpu_function_call(event->cpu, __perf_remove_from_context,
		ret = cpu_function_call(event->cpu, __perf_remove_from_context,
					&re);
					&re);
		if (ret == -ENXIO)
		if (ret == -ENXIO)