diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-18 23:48:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-18 23:48:55 -0800 |
| commit | b2e8334dd7e8429c196cf85e15d82718e65f6122 (patch) | |
| tree | 75f080ffb72d3de2528afd828d9ad114d394695a /drivers/platform | |
| parent | 7fdc6342544729becaef43a2ccea7c93cf73cf34 (diff) | |
| parent | 82259fbfd67595f7f99aa9c00cd1641c19e66d96 (diff) | |
Merge "msm: ipa: Fix to pass ioctl param to reset_stats"
Diffstat (limited to 'drivers/platform')
| -rw-r--r-- | drivers/platform/msm/ipa/ipa_v2/rmnet_ipa_fd_ioctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa_fd_ioctl.c b/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa_fd_ioctl.c index 64d5c488310b..46bfe021eb4b 100644 --- a/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa_fd_ioctl.c +++ b/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa_fd_ioctl.c @@ -251,8 +251,9 @@ static long wan_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) break; } - if (rmnet_ipa_reset_tethering_stats(NULL)) { - IPAWANERR("WAN_IOC_QUERY_TETHER_STATS failed\n"); + if (rmnet_ipa_reset_tethering_stats( + (struct wan_ioctl_reset_tether_stats *)param)) { + IPAWANERR("WAN_IOC_RESET_TETHER_STATS failed\n"); retval = -EFAULT; break; } |
