aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-09-17 15:49:29 +0200
committerStephen Boyd <sboyd@codeaurora.org>2015-09-17 11:15:14 -0700
commit90c53547fcae9daf46265fd9e74adc4f936cd919 (patch)
tree5f39ab26ace7dfc6bfc3048d3abc5097d7b3c7a0 /drivers/clk/clk.c
parentclk: qcom: gdsc: Add GDSCs in apq8084 MMCC (diff)
downloadlinux-dev-90c53547fcae9daf46265fd9e74adc4f936cd919.tar.xz
linux-dev-90c53547fcae9daf46265fd9e74adc4f936cd919.zip
clk: Remove unneeded semicolons
There are cleary typo errors so can be removed. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/clk.c')
-rw-r--r--drivers/clk/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 43e2c3ad6c31..a66a6d433b1f 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -1685,7 +1685,7 @@ static struct clk_core *__clk_init_parent(struct clk_core *core)
"%s: multi-parent clocks must implement .get_parent\n",
__func__);
goto out;
- };
+ }
/*
* Do our best to cache parent clocks in core->parents. This prevents