ARM: bcm2835: Fix typo in the error message
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>
This commit is contained in:
parent
dd3c7548b9
commit
686ea5851e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue