Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
	}