git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4c444
)
net/hyperv: Remove the unnecessary memset in rndis_filter_send()
author
Haiyang Zhang
<haiyangz@microsoft.com>
Sun, 5 Feb 2012 12:13:10 +0000
(12:13 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 5 Feb 2012 22:44:55 +0000
(17:44 -0500)
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>
No differences found