clocksource: tegra: cosmetic: Fix error message
Add missing \n. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
1711b1e102
commit
37340866fb
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue