Loading drivers/clk/qcom/clk-alpha-pll.c +2 −1 Original line number Diff line number Diff line Loading @@ -1865,7 +1865,8 @@ static int alpha_pll_lucid_set_rate(struct clk_hw *hw, unsigned long rate, udelay(1); regmap_read(pll->clkr.regmap, PLL_MODE(pll), ®val); if (!(regval & ALPHA_PLL_ACK_LATCH)) { WARN(1, "PLL latch failed. Output may be unstable!\n"); WARN_CLK(hw->core, clk_hw_get_name(hw), 1, "PLL latch failed. Output may be unstable!\n"); return -EINVAL; } Loading Loading
drivers/clk/qcom/clk-alpha-pll.c +2 −1 Original line number Diff line number Diff line Loading @@ -1865,7 +1865,8 @@ static int alpha_pll_lucid_set_rate(struct clk_hw *hw, unsigned long rate, udelay(1); regmap_read(pll->clkr.regmap, PLL_MODE(pll), ®val); if (!(regval & ALPHA_PLL_ACK_LATCH)) { WARN(1, "PLL latch failed. Output may be unstable!\n"); WARN_CLK(hw->core, clk_hw_get_name(hw), 1, "PLL latch failed. Output may be unstable!\n"); return -EINVAL; } Loading