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

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

Merge "msm: ipa: Fix not sending QMI sync indication"

parents 564ce5d9 9e3d7f37
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1548,6 +1548,11 @@ static void ipa3_q6_clnt_svc_arrive(struct work_struct *work)
		ind.master_driver_init_status.result =
			IPA_QMI_RESULT_SUCCESS_V01;

		if (unlikely(!ipa3_svc_handle)) {
			IPAWANERR("Invalid svc handle.Ignore sending ind.");
			return;
		}

		rc = qmi_send_indication(ipa3_svc_handle,
			&ipa3_qmi_ctx->client_sq,
			QMI_IPA_MASTER_DRIVER_INIT_COMPLETE_IND_V01,