Commit 8404c661 authored by Tom Rix's avatar Tom Rix Committed by Shawn Guo
Browse files

clk: imx: remove unneeded semicolon



A semicolon is not needed after a switch statement.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Reviewed-by: default avatarAbel Vesa <abel.vesa@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ea0c5cba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ struct clk_hw *imx_dev_clk_hw_pll14xx(struct device *dev, const char *name,
		       __func__, name);
		kfree(pll);
		return ERR_PTR(-EINVAL);
	};
	}

	pll->base = base;
	pll->hw.init = &init;