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

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

Merge "msm: ipa: Fix accessing coal registers when clock is off"

parents a6ae3f7c 551c0d6b
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1162,9 +1162,6 @@ int ipa3_setup_sys_pipe(struct ipa_sys_connect_params *sys_in, u32 *clnt_hdl)
		goto fail_gen3;
		goto fail_gen3;
	}
	}


	if (!ep->keep_ipa_awake)
		IPA_ACTIVE_CLIENTS_DEC_EP(sys_in->client);

	IPADBG("client %d (ep: %d) connected sys=%pK\n", sys_in->client,
	IPADBG("client %d (ep: %d) connected sys=%pK\n", sys_in->client,
			ipa_ep_idx, ep->sys);
			ipa_ep_idx, ep->sys);


@@ -1186,6 +1183,9 @@ int ipa3_setup_sys_pipe(struct ipa_sys_connect_params *sys_in, u32 *clnt_hdl)
		}
		}
	}
	}


	if (!ep->keep_ipa_awake)
		IPA_ACTIVE_CLIENTS_DEC_EP(ep->client);

	return 0;
	return 0;


fail_gen3:
fail_gen3: