clk: qcom: remove unneeded semicolon
authorYueHaibing <yuehaibing@huawei.com>
Fri, 25 Oct 2019 09:33:32 +0000 (17:33 +0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 7 Nov 2019 21:10:44 +0000 (13:10 -0800)
remove unneeded semicolon.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lkml.kernel.org/r/20191025093332.27592-1-yuehaibing@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/clk-rcg2.c

index b98b81e..99c4bfa 100644 (file)
@@ -206,7 +206,7 @@ static int _freq_tbl_determine_rate(struct clk_hw *hw, const struct freq_tbl *f,
                break;
        default:
                return -EINVAL;
-       };
+       }
 
        if (!f)
                return -EINVAL;
@@ -319,7 +319,7 @@ static int __clk_rcg2_set_rate(struct clk_hw *hw, unsigned long rate,
                break;
        default:
                return -EINVAL;
-       };
+       }
 
        if (!f)
                return -EINVAL;