mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 22:10:24 +00:00
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
@ -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 New Issue
Block a user