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

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

Merge "PM / devfreq: governor_cpufreq: Output device name in debug print"

parents 83c17783 113938e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ static unsigned int cpu_to_dev_freq(struct devfreq *df, unsigned int cpu)
	freq = map->target_freq;

out:
	pr_debug("CPU%u: %d -> dev: %u\n", cpu, cpu_khz, freq);
	dev_dbg(df->dev.parent, "CPU%u: %d -> dev: %u\n", cpu, cpu_khz, freq);
	return freq;
}