Skip to content

Commit

Permalink
staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in dev_err message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Mar 22, 2018
1 parent 3eb3c3e commit 12a0148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/mt7621-eth/mtk_eth_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12a0148

Please sign in to comment.