commit | 6f4c44460750dd4eb9926a58ab1ad0ceacef8284 | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Sun Feb 05 12:13:09 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 05 17:44:55 2012 -0500 |
tree | 64a81c0b73d425421c3acbd22f61051870b730f8 | |
parent | 5fccab3b66d53883a97fc65e0c33f3ebf74e8ff9 [diff] |
net/hyperv: Correct the assignment in netvsc_recv_callback() The first assignment to variable "net" is wrong, but overridden by the latter assignments. So the bug isn't manifested. 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>