Loading drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +2 −2 Original line number Diff line number Diff line Loading @@ -7776,12 +7776,12 @@ int ipa3_suspend_apps_pipes(bool suspend) return 0; undo_prod: for (client--; client < IPA_CLIENT_MAX && client >= 0; client--) for (client; client <= IPA_CLIENT_MAX && client >= 0; client--) if (IPA_CLIENT_IS_APPS_PROD(client)) _ipa_suspend_resume_pipe(client, !suspend); client = IPA_CLIENT_MAX; undo_cons: for (client--; client < IPA_CLIENT_MAX && client >= 0; client--) for (client; client <= IPA_CLIENT_MAX && client >= 0; client--) if (IPA_CLIENT_IS_APPS_CONS(client)) _ipa_suspend_resume_pipe(client, !suspend); return res; Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +2 −2 Original line number Diff line number Diff line Loading @@ -7776,12 +7776,12 @@ int ipa3_suspend_apps_pipes(bool suspend) return 0; undo_prod: for (client--; client < IPA_CLIENT_MAX && client >= 0; client--) for (client; client <= IPA_CLIENT_MAX && client >= 0; client--) if (IPA_CLIENT_IS_APPS_PROD(client)) _ipa_suspend_resume_pipe(client, !suspend); client = IPA_CLIENT_MAX; undo_cons: for (client--; client < IPA_CLIENT_MAX && client >= 0; client--) for (client; client <= IPA_CLIENT_MAX && client >= 0; client--) if (IPA_CLIENT_IS_APPS_CONS(client)) _ipa_suspend_resume_pipe(client, !suspend); return res; Loading