Commit 9ad0a1b6 authored by Colin Ian King's avatar Colin Ian King Committed by Rafael J. Wysocki

cpufreq: st: add missing \n to end of dev_err message

Trival fix, dev_err message is missing a \n, so add it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 4c232f94
......@@ -163,7 +163,7 @@ static int sti_cpufreq_set_opp_info(void)
reg_fields = sti_cpufreq_match();
if (!reg_fields) {
dev_err(dev, "This SoC doesn't support voltage scaling");
dev_err(dev, "This SoC doesn't support voltage scaling\n");
return -ENODEV;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment