mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
clk: meson-g12a: missing break
Add missing break for CLKID_PCIE_PLL in switch statement.
Reported by CppCheck.
Cc: Neil Armstrong <narmstrong@baylibre.com>
Fixes: 08e09c263f
("clk: meson-g12a: Add PCIE PLL support")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
committed by
Neil Armstrong
parent
74bf17db39
commit
87a8f96759
@@ -804,6 +804,7 @@ static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id)
|
||||
break;
|
||||
case CLKID_PCIE_PLL:
|
||||
rate = meson_pcie_pll_get_rate(clk);
|
||||
break;
|
||||
case CLKID_VPU_0:
|
||||
rate = meson_div_get_rate(clk, CLKID_VPU_0_DIV);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user