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

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

Merge "icnss: Fix incorrect clean-up of stats"

parents e80ffe4e e71a1f26
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3660,9 +3660,6 @@ static ssize_t icnss_fw_debug_write(struct file *fp,
	if (ret)
		return ret;

	if (ret == 0)
		memset(&priv->stats, 0, sizeof(priv->stats));

	return count;
}