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

Commit 54d2149b 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 bfa8440c 26bf0bb9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3677,9 +3677,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;
}