提交 37340866 编写于 作者: H Hiroshi Doyu 提交者: Stephen Warren

clocksource: tegra: cosmetic: Fix error message

Add missing \n.
Signed-off-by: NHiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 1711b1e1
...@@ -179,7 +179,7 @@ static void __init tegra20_init_timer(void) ...@@ -179,7 +179,7 @@ static void __init tegra20_init_timer(void)
timer_reg_base = of_iomap(np, 0); timer_reg_base = of_iomap(np, 0);
if (!timer_reg_base) { if (!timer_reg_base) {
pr_err("Can't map timer registers"); pr_err("Can't map timer registers\n");
BUG(); BUG();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册