Loading drivers/clk/qcom/clk-alpha-pll.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -815,7 +815,7 @@ static long clk_generic_pll_postdiv_round_rate(struct clk_hw *hw, return -EINVAL; return -EINVAL; return divider_round_rate(hw, rate, prate, pll->post_div_table, return divider_round_rate(hw, rate, prate, pll->post_div_table, pll->width, CLK_DIVIDER_ROUND_CLOSEST); pll->width, CLK_DIVIDER_ROUND_KHZ); } } static int clk_generic_pll_postdiv_set_rate(struct clk_hw *hw, static int clk_generic_pll_postdiv_set_rate(struct clk_hw *hw, Loading Loading
drivers/clk/qcom/clk-alpha-pll.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -815,7 +815,7 @@ static long clk_generic_pll_postdiv_round_rate(struct clk_hw *hw, return -EINVAL; return -EINVAL; return divider_round_rate(hw, rate, prate, pll->post_div_table, return divider_round_rate(hw, rate, prate, pll->post_div_table, pll->width, CLK_DIVIDER_ROUND_CLOSEST); pll->width, CLK_DIVIDER_ROUND_KHZ); } } static int clk_generic_pll_postdiv_set_rate(struct clk_hw *hw, static int clk_generic_pll_postdiv_set_rate(struct clk_hw *hw, Loading