summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/event/rockchip-dfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/devfreq/event/rockchip-dfi.c')
-rw-r--r--drivers/devfreq/event/rockchip-dfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/event/rockchip-dfi.c b/drivers/devfreq/event/rockchip-dfi.c
index 22b113363ffc..fcbf76ebf55d 100644
--- a/drivers/devfreq/event/rockchip-dfi.c
+++ b/drivers/devfreq/event/rockchip-dfi.c
@@ -211,7 +211,7 @@ static int rockchip_dfi_probe(struct platform_device *pdev)
if (IS_ERR(data->clk)) {
dev_err(dev, "Cannot get the clk dmc_clk\n");
return PTR_ERR(data->clk);
- };
+ }
/* try to find the optional reference to the pmu syscon */
node = of_parse_phandle(np, "rockchip,pmu", 0);