Loading drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +5 −0 Original line number Diff line number Diff line Loading @@ -4821,6 +4821,11 @@ int ipa3_cfg_ep_ctrl(u32 clnt_hdl, const struct ipa_ep_cfg_ctrl *ep_ctrl) return -EPERM; } if (ipa3_ctx->ipa_endp_delay_wa) { IPAERR("pipe setting delay is not supported\n"); return 0; } IPADBG("pipe=%d ep_suspend=%d, ep_delay=%d\n", clnt_hdl, ep_ctrl->ipa_ep_suspend, Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +5 −0 Original line number Diff line number Diff line Loading @@ -4821,6 +4821,11 @@ int ipa3_cfg_ep_ctrl(u32 clnt_hdl, const struct ipa_ep_cfg_ctrl *ep_ctrl) return -EPERM; } if (ipa3_ctx->ipa_endp_delay_wa) { IPAERR("pipe setting delay is not supported\n"); return 0; } IPADBG("pipe=%d ep_suspend=%d, ep_delay=%d\n", clnt_hdl, ep_ctrl->ipa_ep_suspend, Loading