Browse Source

msm: ipa3: Remove assert to avoid frequent crash

Adding changes to remove the frequent crash during USB disconnect
scenario USB stop channel was failure.

Change-Id: Iec0159a44f109fc9fa585e59f81ea30722511f79
Signed-off-by: Ashok Vuyyuru <[email protected]>
Ashok Vuyyuru 4 years ago
parent
commit
1cc2e75647

+ 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

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