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

Commit 9af30669 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Perf: remove erroneous extra call"

parents f3295a28 d06c95b5
Loading
Loading
Loading
Loading
+0 −1
Original line number 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
		 */
		cpu_function_call(event->cpu, __perf_remove_from_context, &re);
		ret = cpu_function_call(event->cpu, __perf_remove_from_context,
					&re);
		if (ret == -ENXIO)