Loading drivers/platform/msm/ipa/ipa_clients/ipa_usb.c +4 −0 Original line number Diff line number Diff line Loading @@ -741,6 +741,10 @@ static int ipa3_usb_register_pm(enum ipa3_usb_transport_type ttype) &ipa3_usb_ctx->ttype_ctx[ttype]; int result; /* create PM resources for the first tethering protocol only */ if (ipa3_usb_ctx->num_init_prot > 0) return 0; /* create PM resources for the first tethering protocol only */ if (ipa3_usb_ctx->num_init_prot > 0) return 0; Loading Loading
drivers/platform/msm/ipa/ipa_clients/ipa_usb.c +4 −0 Original line number Diff line number Diff line Loading @@ -741,6 +741,10 @@ static int ipa3_usb_register_pm(enum ipa3_usb_transport_type ttype) &ipa3_usb_ctx->ttype_ctx[ttype]; int result; /* create PM resources for the first tethering protocol only */ if (ipa3_usb_ctx->num_init_prot > 0) return 0; /* create PM resources for the first tethering protocol only */ if (ipa3_usb_ctx->num_init_prot > 0) return 0; Loading