Loading drivers/platform/msm/ipa/ipa_v3/ipa_odl.c +6 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,12 @@ void ipa3_odl_pipe_cleanup(bool is_ssr) IPAERR("adpl pipe not configured\n"); return; } if (!ipa3_odl_ctx->odl_state.odl_ep_setup) { IPAERR("adpl pipe setup not done\n"); return; } if (ipa3_odl_ctx->odl_state.odl_open) ipa_odl_opened = true; Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_odl.c +6 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,12 @@ void ipa3_odl_pipe_cleanup(bool is_ssr) IPAERR("adpl pipe not configured\n"); return; } if (!ipa3_odl_ctx->odl_state.odl_ep_setup) { IPAERR("adpl pipe setup not done\n"); return; } if (ipa3_odl_ctx->odl_state.odl_open) ipa_odl_opened = true; Loading