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

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

Merge "clk: qcom: Fix return value check for round rate during clock registration"

parents 200b3e7f 7e056107
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4619,7 +4619,7 @@ static void clk_populate_clock_opp_table(struct device_node *np,

	for (n = 0; ; n++) {
		rrate = clk_hw_round_rate(hw, rate + 1);
		if (!rate) {
		if (!rrate) {
			pr_err("clk_round_rate failed for %s\n",
							core->name);
			goto err_derive_device_list;