diff mbox

[v2,1/1] clocksource: tegra: cosmetic: Fix error message

Message ID 1355744123-27666-1-git-send-email-hdoyu@nvidia.com
State Accepted, archived
Headers show

Commit Message

Hiroshi Doyu Dec. 17, 2012, 11:35 a.m. UTC
Add missing \n.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
---
Update: Fix misspelling in the subject line
---
 drivers/clocksource/tegra20_timer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Warren Jan. 2, 2013, 6:59 p.m. UTC | #1
On 12/17/2012 04:35 AM, Hiroshi Doyu wrote:
> Add missing \n.

Applied to Tegra's for-3.9/cleanup branch.

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

Patch

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