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 <abaci@linux.alibaba.com> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3926 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20230202010750.79515-1-yang.lee@linux.alibaba.com Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent b132c2a commit b30a027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)