Skip to content

Commit 4274521

Browse files
lukaszluba-armrafaeljw
authored andcommitted
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 <[email protected]> Reviewed-by: Dietmar Eggemann <[email protected]> Tested-by: Dietmar Eggemann <[email protected]> Signed-off-by: Lukasz Luba <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 54be6c6 commit 4274521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/power/energy_model.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ static void em_cpufreq_update_efficiencies(struct device *dev)
250250

251251
policy = cpufreq_cpu_get(cpumask_first(em_span_cpus(pd)));
252252
if (!policy) {
253-
dev_warn(dev, "EM: Access to CPUFreq policy failed");
253+
dev_warn(dev, "EM: Access to CPUFreq policy failed\n");
254254
return;
255255
}
256256

0 commit comments

Comments
 (0)