{
        u32 val;
        u32 mask;
-       int ret;
        unsigned long rate;
        struct ti_pipe3 *phy = phy_get_drvdata(x);
        bool rx_pending = false;
        rate = rate / 1000000;
        mask = OMAP_CTRL_PIPE3_PHY_PWRCTL_CLK_FREQ_MASK;
        val = rate << OMAP_CTRL_PIPE3_PHY_PWRCTL_CLK_FREQ_SHIFT;
-       ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg,
-                                mask, val);
+       regmap_update_bits(phy->phy_power_syscon, phy->power_reg,
+                          mask, val);
        /*
         * For PCIe, TX and RX must be powered on simultaneously.
         * For USB and SATA, TX must be powered on before RX