Loading drivers/platform/msm/ipa/ipa_v2/ipa_qmi_service.c +5 −2 Original line number Diff line number Diff line Loading @@ -688,8 +688,11 @@ static void ipa_q6_clnt_recv_msg(struct work_struct *work) { int rc; do { IPAWANDBG("Notified about a Receive Event"); rc = qmi_recv_msg(ipa_q6_clnt); if (rc < 0) } while (rc == 0); if (rc != -ENOMSG) IPAWANERR("Error receiving message\n"); } Loading drivers/platform/msm/ipa/ipa_v3/ipa_qmi_service.c +5 −2 Original line number Diff line number Diff line Loading @@ -759,8 +759,11 @@ static void ipa3_q6_clnt_recv_msg(struct work_struct *work) { int rc; do { IPAWANDBG("Notified about a Receive Event"); rc = qmi_recv_msg(ipa_q6_clnt); if (rc < 0) } while (rc == 0); if (rc != -ENOMSG) IPAWANERR("Error receiving message\n"); } Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_qmi_service.c +5 −2 Original line number Diff line number Diff line Loading @@ -688,8 +688,11 @@ static void ipa_q6_clnt_recv_msg(struct work_struct *work) { int rc; do { IPAWANDBG("Notified about a Receive Event"); rc = qmi_recv_msg(ipa_q6_clnt); if (rc < 0) } while (rc == 0); if (rc != -ENOMSG) IPAWANERR("Error receiving message\n"); } Loading
drivers/platform/msm/ipa/ipa_v3/ipa_qmi_service.c +5 −2 Original line number Diff line number Diff line Loading @@ -759,8 +759,11 @@ static void ipa3_q6_clnt_recv_msg(struct work_struct *work) { int rc; do { IPAWANDBG("Notified about a Receive Event"); rc = qmi_recv_msg(ipa_q6_clnt); if (rc < 0) } while (rc == 0); if (rc != -ENOMSG) IPAWANERR("Error receiving message\n"); } Loading