]> Git Repo - linux.git/commitdiff
clk: mediatek: clk-mtk: Remove unneeded semicolon
authorYang Li <[email protected]>
Thu, 2 Feb 2023 01:07:50 +0000 (09:07 +0800)
committerStephen Boyd <[email protected]>
Sat, 11 Feb 2023 00:02:44 +0000 (16:02 -0800)
./drivers/clk/mediatek/clk-mtk.c:518:2-3: Unneeded semicolon

Reported-by: Abaci Robot <[email protected]>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3926
Signed-off-by: Yang Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Matthias Brugger <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/mediatek/clk-mtk.c

index c90c0a6b501b90d2416894098abccec4062c09f0..14e8b64a32a3c300d5a99ed8d9459c74e84e1510 100644 (file)
@@ -515,7 +515,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
                                           mcd->clk_lock, clk_data);
                if (r)
                        goto unregister_factors;
-       };
+       }
 
        if (mcd->composite_clks) {
                /* We don't check composite_lock because it's optional */
This page took 0.061133 seconds and 4 git commands to generate.