Commit 686ea585 authored by Domenico Andreoli's avatar Domenico Andreoli Committed by Stephen Warren

ARM: bcm2835: Fix typo in the error message

Fix typo in message reported when unable to lookup the uart1 clock.
Signed-off-by: default avatarDomenico Andreoli <domenico.andreoli@linux.com>
Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent dd3c7548
......@@ -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");
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment