提交 a82d12b8 编写于 作者: C Colin Ian King 提交者: Ulf Hansson

clk: apn806: fix spelling mistake: "mising" -> "missing"

trivial fix to spelling mistake in dev_warn message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 6b236f37
...@@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev) ...@@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev)
4, &name)) { 4, &name)) {
ap806_clk_data.clk_num--; ap806_clk_data.clk_num--;
dev_warn(&pdev->dev, dev_warn(&pdev->dev,
"eMMC clock mising: update the device tree!\n"); "eMMC clock missing: update the device tree!\n");
} else { } else {
ap806_clks[4] = clk_register_fixed_factor(NULL, name, ap806_clks[4] = clk_register_fixed_factor(NULL, name,
fixedclk_name, fixedclk_name,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册