Merge "msm: ipa: fix to check for ECONNRESET"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
7c22e26a44
@@ -1501,7 +1501,7 @@ static void ipa3_q6_clnt_svc_arrive(struct work_struct *work)
|
||||
/* Initialize modem IPA-driver */
|
||||
IPAWANDBG("send ipa3_qmi_init_modem_send_sync_msg to modem\n");
|
||||
rc = ipa3_qmi_init_modem_send_sync_msg();
|
||||
if ((rc == -ENETRESET) || (rc == -ENODEV)) {
|
||||
if ((rc == -ENETRESET) || (rc == -ENODEV) || (rc == -ECONNRESET)) {
|
||||
IPAWANERR(
|
||||
"ipa3_qmi_init_modem_send_sync_msg failed due to SSR!\n");
|
||||
/* Cleanup when ipa3_wwan_remove is called */
|
||||
|
Reference in New Issue
Block a user