ASoC: fsl: fsl-utils: remove useless assignment
[platform/kernel/linux-starfive.git] / sound / soc / fsl / fsl_utils.c
index d0fc430..a5ab27c 100644 (file)
@@ -124,7 +124,7 @@ void fsl_asoc_reparent_pll_clocks(struct device *dev, struct clk *clk,
 {
        struct clk *p, *pll = NULL, *npll = NULL;
        bool reparent = false;
-       int ret = 0;
+       int ret;
 
        if (!clk || !pll8k_clk || !pll11k_clk)
                return;