Loading drivers/clk/qcom/clk-rcg2.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -164,7 +164,8 @@ static int clk_rcg2_set_force_enable(struct clk_hw *hw) udelay(1); udelay(1); } } WARN(1, "%s: rcg didn't turn on.", clk_hw_get_name(hw)); WARN_CLK(hw->core, clk_hw_get_name(hw), count == 0, "rcg didn't turn on."); return ret; return ret; } } Loading Loading
drivers/clk/qcom/clk-rcg2.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -164,7 +164,8 @@ static int clk_rcg2_set_force_enable(struct clk_hw *hw) udelay(1); udelay(1); } } WARN(1, "%s: rcg didn't turn on.", clk_hw_get_name(hw)); WARN_CLK(hw->core, clk_hw_get_name(hw), count == 0, "rcg didn't turn on."); return ret; return ret; } } Loading