提交 12a01487 编写于 作者: C Colin Ian King 提交者: Greg Kroah-Hartman

staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"

Trivial fix to spelling mistake in dev_err message text
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3eb3c3e3
......@@ -2096,7 +2096,7 @@ static int mtk_probe(struct platform_device *pdev)
sysclk = devm_clk_get(&pdev->dev, NULL);
if (IS_ERR(sysclk)) {
dev_err(&pdev->dev,
"the clock is not defined in the devictree\n");
"the clock is not defined in the devicetree\n");
return -ENXIO;
}
eth->sysclk = clk_get_rate(sysclk);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册