Commit b8533204 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Jerome Brunet
Browse files

clk: meson: pll: remove unneeded semicolon



No functional modification involved.

./drivers/clk/meson/clk-pll.c:373:2-3: Unneeded semicolon.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20230614084808.98819-1-jiapeng.chong@linux.alibaba.com


Fixes: b6ec400a ("clk: meson: introduce new pll power-on sequence for A1 SoC family")
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
parent e13dd04a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ static int meson_clk_pll_enable(struct clk_hw *hw)
		usleep_range(10, 20);
		meson_parm_write(clk->map, &pll->current_en, 1);
		usleep_range(40, 50);
	};
	}

	if (MESON_PARM_APPLICABLE(&pll->l_detect)) {
		meson_parm_write(clk->map, &pll->l_detect, 1);