On Mon, Dec 17, 2012 at 07:33:24AM +0100, Hiroshi Doyu wrote: > Add missing \n. Maybe also fix the typo in the subject? :) > > Signed-off-by: Hiroshi Doyu <hdoyu@xxxxxxxxxx> > --- > 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(); > } Cheers, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html