aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu
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/mvebu
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/mvebu')
-rw-r--r--drivers/clk/mvebu/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mvebu/common.c b/drivers/clk/mvebu/common.c
index 4a22429cd7a2..28aac67e7b92 100644
--- a/drivers/clk/mvebu/common.c
+++ b/drivers/clk/mvebu/common.c
@@ -165,7 +165,7 @@ void __init mvebu_coreclk_setup(struct device_node *np,
clk_data.clks[2+n] = clk_register_fixed_factor(NULL, rclk_name,
cpuclk_name, 0, mult, div);
WARN_ON(IS_ERR(clk_data.clks[2+n]));
- };
+ }
/* Register optional refclk */
if (desc->get_refclk_freq) {