提交 edd52b1c 编写于 作者: G Geert Uytterhoeven 提交者: Jiri Kosina

cpufreq: cpufreq-dt: Move newline to end of error message

Currently the error message is needlessly splitted across two lines.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 af222097
......@@ -193,7 +193,7 @@ static int cpufreq_init(struct cpufreq_policy *policy)
ret = allocate_resources(policy->cpu, &cpu_dev, &cpu_reg, &cpu_clk);
if (ret) {
pr_err("%s: Failed to allocate resources\n: %d", __func__, ret);
pr_err("%s: Failed to allocate resources: %d\n", __func__, ret);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册