diff --git a/drivers/platform/msm/ipa/ipa_v3/rmnet_ctl_ipa.c b/drivers/platform/msm/ipa/ipa_v3/rmnet_ctl_ipa.c index 2f3855d5d7..996b6878e3 100644 --- a/drivers/platform/msm/ipa/ipa_v3/rmnet_ctl_ipa.c +++ b/drivers/platform/msm/ipa/ipa_v3/rmnet_ctl_ipa.c @@ -209,7 +209,7 @@ int ipa3_setup_apps_low_lat_cons_pipe(void) if (!ipa3_ctx->rmnet_ctl_enable) { IPAERR("low lat pipe is disabled"); - return -ENXIO; + return 0; } ep_idx = ipa_get_ep_mapping( IPA_CLIENT_APPS_WAN_LOW_LAT_CONS); @@ -293,7 +293,7 @@ int ipa3_setup_apps_low_lat_prod_pipe(void) if (!ipa3_ctx->rmnet_ctl_enable) { IPAERR("Low lat pipe is disabled"); - return -ENXIO; + return 0; } ep_idx = ipa_get_ep_mapping( IPA_CLIENT_APPS_WAN_LOW_LAT_PROD);