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

Commit 7df8e1d3 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: schedutil: fix cpu freq trace point"

parents 91dfea26 3f31c87d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ static void sugov_fast_switch(struct sugov_policy *sg_policy, u64 time,

	policy->cur = next_freq;
	for_each_cpu(cpu, policy->cpus)
		trace_cpu_frequency(next_freq, smp_processor_id());
		trace_cpu_frequency(next_freq, cpu);
}

static void sugov_deferred_update(struct sugov_policy *sg_policy, u64 time,