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

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

Merge "msm: ipa4: fix to increment IPA clock vote count after enabling clock"

parents 4fe43471 a4923c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4528,8 +4528,8 @@ void ipa3_enable_clks(void)
	if (msm_bus_scale_client_update_request(ipa3_ctx->ipa_bus_hdl,
	    ipa3_get_bus_vote()))
		WARN(1, "bus scaling failed");
	atomic_set(&ipa3_ctx->ipa_clk_vote, 1);
	ipa3_ctx->ctrl->ipa3_enable_clks();
	atomic_set(&ipa3_ctx->ipa_clk_vote, 1);
}