Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2e8334d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Fix to pass ioctl param to reset_stats"

parents 7fdc6342 82259fbf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
		}