diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-09-17 15:49:29 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-09-17 20:15:14 +0200 |
commit | 90c53547fcae9daf46265fd9e74adc4f936cd919 (patch) | |
tree | 5f39ab26ace7dfc6bfc3048d3abc5097d7b3c7a0 /drivers/clk/hisilicon | |
parent | clk: qcom: gdsc: Add GDSCs in apq8084 MMCC (diff) | |
download | linux-90c53547fcae9daf46265fd9e74adc4f936cd919.tar.xz linux-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/hisilicon')
-rw-r--r-- | drivers/clk/hisilicon/clk-hi6220-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/hisilicon/clk-hi6220-stub.c b/drivers/clk/hisilicon/clk-hi6220-stub.c index 2c4add11c1ca..8afb40ef40ce 100644 --- a/drivers/clk/hisilicon/clk-hi6220-stub.c +++ b/drivers/clk/hisilicon/clk-hi6220-stub.c @@ -230,7 +230,7 @@ static int hi6220_stub_clk_probe(struct platform_device *pdev) if (IS_ERR(stub_clk->mbox)) { dev_err(dev, "failed get mailbox channel\n"); return PTR_ERR(stub_clk->mbox); - }; + } init.name = "acpu0"; init.ops = &hi6220_stub_clk_ops; |