Skip to content
Snippets Groups Projects
Commit fd5bed48 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

irqchip/gic: Add missing \n to CPU IF adjustment message


It really looks bad without a newline.

Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 9224eb77
No related branches found
No related tags found
No related merge requests found
......@@ -1279,7 +1279,7 @@ static bool gic_check_eoimode(struct device_node *node, void __iomem **base)
*/
*base += 0xf000;
cpuif_res.start += 0xf000;
pr_warn("GIC: Adjusting CPU interface base to %pa",
pr_warn("GIC: Adjusting CPU interface base to %pa\n",
&cpuif_res.start);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment