Add missing \n.

Signed-off-by: Hiroshi Doyu <[email protected]>
---
Based on Stephen's arm_timer_rework tree
---
 drivers/clocksource/tegra20_timer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/tegra20_timer.c 
b/drivers/clocksource/tegra20_timer.c
index 3b2f947..5bc1429 100644
--- a/drivers/clocksource/tegra20_timer.c
+++ b/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();
        }
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to