]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/clk/qcom/lcc-ipq806x.c
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / clk / qcom / lcc-ipq806x.c
index db3998e5e2d83d77a5b07f8d1e29490b2e532f6d..977e98eadbeb1293a412a75f930fd9887232ea8f 100644 (file)
@@ -443,7 +443,7 @@ static int lcc_ipq806x_probe(struct platform_device *pdev)
                return PTR_ERR(regmap);
 
        /* Configure the rate of PLL4 if the bootloader hasn't already */
-       val = regmap_read(regmap, 0x0, &val);
+       regmap_read(regmap, 0x0, &val);
        if (!val)
                clk_pll_configure_sr(&pll4, regmap, &pll4_config, true);
        /* Enable PLL4 source on the LPASS Primary PLL Mux */