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

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

Merge "clk: qcom: clk-pll: Fix compilation warning from HF pll ops"

parents 7b9f41eb e2327e36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ clk_pll_determine_rate(struct clk_hw *hw, struct clk_rate_request *req)
							* req->best_parent_rate;

	else
		req->rate = req->rate = f->freq;
		req->rate = f->freq;

	return 0;
}