| Submitter | Hiroshi Doyu |
|---|---|
| Date | Dec. 17, 2012, 11:35 a.m. |
| Message ID | <1355744123-27666-1-git-send-email-hdoyu@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/206839/ |
| State | Accepted, archived |
| Headers | show |
Comments
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
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(); }
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(-)