Commit 37340866 authored by Hiroshi Doyu's avatar Hiroshi Doyu Committed by Stephen Warren

clocksource: tegra: cosmetic: Fix error message

Add missing \n.
Signed-off-by: default avatarHiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 1711b1e1
......@@ -179,7 +179,7 @@ static void __init tegra20_init_timer(void)
timer_reg_base = of_iomap(np, 0);
if (!timer_reg_base) {
pr_err("Can't map timer registers");
pr_err("Can't map timer registers\n");
BUG();
}
......
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