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

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

Merge "msm: ipa4: Remove enable/disable clock on send_cmd_timeout"

parents b3ab94b0 2f75f473
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -650,7 +650,6 @@ int ipa3_send_cmd_timeout(u16 num_desc, struct ipa3_desc *descr, u32 timeout)
	atomic_set(&comp->cnt, 2);

	sys = ipa3_ctx->ep[ep_idx].sys;
	IPA_ACTIVE_CLIENTS_INC_SIMPLE();

	if (num_desc == 1) {
		if (descr->callback || descr->user1)
@@ -689,7 +688,6 @@ int ipa3_send_cmd_timeout(u16 num_desc, struct ipa3_desc *descr, u32 timeout)
		kfree(comp);

bail:
	IPA_ACTIVE_CLIENTS_DEC_SIMPLE();
	return result;
}