PM: EM: Add missing newline for the message log

Fix missing newline for the string long in the error code path.

Reviewed-by: Hongyan Xia <hongyan.xia2@arm.com>
Reviewed-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Tested-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Lukasz Luba 2024-02-08 11:55:35 +00:00 committed by Rafael J. Wysocki
parent 54be6c6c5a
commit 4274521fab
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ static void em_cpufreq_update_efficiencies(struct device *dev)
policy = cpufreq_cpu_get(cpumask_first(em_span_cpus(pd)));
if (!policy) {
dev_warn(dev, "EM: Access to CPUFreq policy failed");
dev_warn(dev, "EM: Access to CPUFreq policy failed\n");
return;
}