[PATCH] clk: mediatek: pll: fix semicolon.cocci warnings

kernel test robot lkp at intel.com
Mon Jan 24 04:05:44 PST 2022


From: kernel test robot <lkp at intel.com>

drivers/clk/mediatek/clk-pll.c:407:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Chen-Yu Tsai <wenst at chromium.org>
Reported-by: kernel test robot <lkp at intel.com>
Signed-off-by: kernel test robot <lkp at intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Chen-Yu-Tsai/clk-mediatek-Cleanups-and-Improvements-Part-1/20220122-172158
base:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago

 clk-pll.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/clk/mediatek/clk-pll.c
+++ b/drivers/clk/mediatek/clk-pll.c
@@ -404,7 +404,7 @@ err:
 
 		mtk_clk_unregister_pll(clk_data->clks[pll->id]);
 		clk_data->clks[pll->id] = ERR_PTR(-ENOENT);
-	};
+	}
 
 	iounmap(base);
 



More information about the Linux-mediatek mailing list