提交 686ea585 编写于 作者: D Domenico Andreoli 提交者: 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: NDomenico Andreoli <domenico.andreoli@linux.com>
Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
上级 dd3c7548
...@@ -55,5 +55,5 @@ void __init bcm2835_init_clocks(void) ...@@ -55,5 +55,5 @@ void __init bcm2835_init_clocks(void)
pr_err("uart1_pclk not registered\n"); pr_err("uart1_pclk not registered\n");
ret = clk_register_clkdev(clk, NULL, "20215000.uart"); ret = clk_register_clkdev(clk, NULL, "20215000.uart");
if (ret) if (ret)
pr_err("uart0_pclk alias not registered\n"); pr_err("uart1_pclk alias not registered\n");
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册