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

Commit 4aff5ce4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/fair: Remove a duplicate trace print"

parents 30086174 05cbcfcc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6746,8 +6746,6 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus,
			target_cpu = prev_cpu;

			fbt_env->fastpath = PREV_CPU_FASTPATH;
			trace_sched_find_best_target(p, prefer_idle, min_util,
					start_cpu, -1, -1, -1, target_cpu, -1);
			goto target;
		}
	}