提交 a17683ba 编写于 作者: T Thomas Petazzoni 提交者: Gregory CLEMENT

ARM: mvebu: add missing newline at end of messages

Commit 548ae94c ("ARM: mvebu: Disable CPU Idle on Armada 38x")
added two new pr_warn() messages in mach-mvebu/pmsu.c. However, these
messages lack the final new line, causing the next message to be
displayed on the same line.

This commit adds the missing ending newlines.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 d770e558
...@@ -415,7 +415,7 @@ static __init int armada_38x_cpuidle_init(void) ...@@ -415,7 +415,7 @@ static __init int armada_38x_cpuidle_init(void)
void __iomem *mpsoc_base; void __iomem *mpsoc_base;
u32 reg; u32 reg;
pr_warn("CPU idle is currently broken on Armada 38x: disabling"); pr_warn("CPU idle is currently broken on Armada 38x: disabling\n");
return 0; return 0;
np = of_find_compatible_node(NULL, NULL, np = of_find_compatible_node(NULL, NULL,
...@@ -486,7 +486,7 @@ static int __init mvebu_v7_cpu_pm_init(void) ...@@ -486,7 +486,7 @@ static int __init mvebu_v7_cpu_pm_init(void)
*/ */
if (of_machine_is_compatible("marvell,armada380")) { if (of_machine_is_compatible("marvell,armada380")) {
cpu_hotplug_disable(); cpu_hotplug_disable();
pr_warn("CPU hotplug support is currently broken on Armada 38x: disabling"); pr_warn("CPU hotplug support is currently broken on Armada 38x: disabling\n");
} }
if (of_machine_is_compatible("marvell,armadaxp")) if (of_machine_is_compatible("marvell,armadaxp"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册