Explorar o código

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>
Hiroshi Doyu %!s(int64=13) %!d(string=hai) anos
pai
achega
37340866fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/clocksource/tegra20_timer.c

+ 1 - 1
drivers/clocksource/tegra20_timer.c

@@ -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();
 	}