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

This commit is contained in:
Linux Build Service Account 2017-06-28 20:09:00 -07:00 committed by Gerrit - the friendly Code Review server
commit 04fdd6f571

View file

@ -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;
}