From: Hiroshi Doyu Date: Mon, 17 Dec 2012 11:35:23 +0000 (+0200) Subject: clocksource: tegra: cosmetic: Fix error message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=37340866fb659f955489bd0742788135156a4d3c;p=linux-beck.git clocksource: tegra: cosmetic: Fix error message Add missing \n. Signed-off-by: Hiroshi Doyu Signed-off-by: Stephen Warren --- diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c index 3b2f94781df4..5bc14299de3c 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(); }