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

Commit edd52b1c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina
Browse files

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



Currently the error message is needlessly splitted across two lines.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent af222097
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}