Browse Source

Merge "msm: ipa3: Remove assert to avoid frequent crash"

qctecmdr 4 years ago
parent
commit
7d9d2161da

+ 1 - 0
drivers/platform/msm/ipa/ipa_v3/ipa_client.c

@@ -1263,6 +1263,7 @@ static int ipa3_stop_ul_chan_with_data_drain(u32 qmi_req_id,
 	if (result) {
 		IPAERR("fail to stop UL channel - hdl=%d clnt=%d\n",
 			clnt_hdl, ep->client);
+		ipa_assert();
 		goto disable_force_clear_and_exit;
 	}
 	result = stop_in_proc ? -EFAULT : 0;

+ 0 - 1
drivers/platform/msm/ipa/ipa_v3/ipa_utils.c

@@ -10448,7 +10448,6 @@ static int __ipa3_stop_gsi_channel(u32 clnt_hdl)
 	}
 
 	IPAERR("Failed  to stop GSI channel with retries\n");
-	ipa_assert();
 	return res;
 }