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>
This commit is contained in:
Yang Li 2023-02-02 09:07:50 +08:00 committed by Stephen Boyd
parent b132c2a8ea
commit b30a027779

View 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 */