Skip to content

Commit

Permalink
clocksource: tegra: cosmetic: Fix error message
Browse files Browse the repository at this point in the history
Add missing \n.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Hiroshi Doyu authored and Stephen Warren committed Jan 28, 2013
1 parent 1711b1e commit 3734086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/tegra20_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 3734086

Please sign in to comment.