Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0c04407 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-rcg2: Update the clock warning during RCG force enable"

parents d5f18620 a81125d6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -164,7 +164,8 @@ static int clk_rcg2_set_force_enable(struct clk_hw *hw)
		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;
}