net/hyperv: Remove the unnecessary memset in rndis_filter_send()
authorHaiyang Zhang <haiyangz@microsoft.com>
Sun, 5 Feb 2012 12:13:10 +0000 (12:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Feb 2012 22:44:55 +0000 (17:44 -0500)
commitbce60806de882cf15ad3a80a51e9878863a8fced
treeec9869f325c58eea27e1d993f769492ae51fa7c4
parent6f4c44460750dd4eb9926a58ab1ad0ceacef8284
net/hyperv: Remove the unnecessary memset in rndis_filter_send()

The memory has been allocated by kzalloc, so it's unnecessary to memset
again.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/rndis_filter.c