Loading drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c +1 −1 Original line number Diff line number Diff line Loading @@ -2681,7 +2681,7 @@ int rmnet_ipa_query_tethering_stats(struct wan_ioctl_query_tether_stats *data, if (reset) { req->reset_stats_valid = true; req->reset_stats = true; IPAWANERR("reset the pipe stats\n"); IPAWANDBG("reset the pipe stats\n"); } else { /* print tethered-client enum */ if (data == NULL) Loading drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c +1 −1 Original line number Diff line number Diff line Loading @@ -2839,7 +2839,7 @@ int rmnet_ipa3_query_tethering_stats(struct wan_ioctl_query_tether_stats *data, if (reset) { req->reset_stats_valid = true; req->reset_stats = true; IPAWANERR("reset the pipe stats\n"); IPAWANDBG("reset the pipe stats\n"); } else { /* print tethered-client enum */ if (data == NULL) Loading Loading
drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c +1 −1 Original line number Diff line number Diff line Loading @@ -2681,7 +2681,7 @@ int rmnet_ipa_query_tethering_stats(struct wan_ioctl_query_tether_stats *data, if (reset) { req->reset_stats_valid = true; req->reset_stats = true; IPAWANERR("reset the pipe stats\n"); IPAWANDBG("reset the pipe stats\n"); } else { /* print tethered-client enum */ if (data == NULL) Loading
drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c +1 −1 Original line number Diff line number Diff line Loading @@ -2839,7 +2839,7 @@ int rmnet_ipa3_query_tethering_stats(struct wan_ioctl_query_tether_stats *data, if (reset) { req->reset_stats_valid = true; req->reset_stats = true; IPAWANERR("reset the pipe stats\n"); IPAWANDBG("reset the pipe stats\n"); } else { /* print tethered-client enum */ if (data == NULL) Loading