Skip to content

Commit

Permalink
ARM: bcm2835: Fix typo in the error message
Browse files Browse the repository at this point in the history
Fix typo in message reported when unable to lookup the uart1 clock.

Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
  • Loading branch information
Domenico Andreoli authored and Stephen Warren committed Oct 26, 2012
1 parent dd3c754 commit 686ea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/clk-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ void __init bcm2835_init_clocks(void)
pr_err("uart1_pclk not registered\n");
ret = clk_register_clkdev(clk, NULL, "20215000.uart");
if (ret)
pr_err("uart0_pclk alias not registered\n");
pr_err("uart1_pclk alias not registered\n");
}

0 comments on commit 686ea58

Please sign in to comment.