提交 72640969 编写于 作者: Y Yangtao Li 提交者: MyungJoo Ham

PM / devfreq: rockchip-dfi: remove unneeded semicolon

The semicolon is unneeded, so remove it.
Signed-off-by: NYangtao Li <tiny.windzz@gmail.com>
Reviewed-by: NChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: NMyungJoo Ham <myungjoo.ham@samsung.com>
上级 e2794d74
...@@ -211,7 +211,7 @@ static int rockchip_dfi_probe(struct platform_device *pdev) ...@@ -211,7 +211,7 @@ static int rockchip_dfi_probe(struct platform_device *pdev)
if (IS_ERR(data->clk)) { if (IS_ERR(data->clk)) {
dev_err(dev, "Cannot get the clk dmc_clk\n"); dev_err(dev, "Cannot get the clk dmc_clk\n");
return PTR_ERR(data->clk); return PTR_ERR(data->clk);
}; }
/* try to find the optional reference to the pmu syscon */ /* try to find the optional reference to the pmu syscon */
node = of_parse_phandle(np, "rockchip,pmu", 0); node = of_parse_phandle(np, "rockchip,pmu", 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册