Skip to content

Commit b30a027

Browse files
Yang Libebarino
authored andcommitted
clk: mediatek: clk-mtk: Remove unneeded semicolon
./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]>
1 parent b132c2a commit b30a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/mediatek/clk-mtk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
515515
mcd->clk_lock, clk_data);
516516
if (r)
517517
goto unregister_factors;
518-
};
518+
}
519519

520520
if (mcd->composite_clks) {
521521
/* We don't check composite_lock because it's optional */

0 commit comments

Comments
 (0)