net/hyperv: Correct the assignment in netvsc_recv_callback()
authorHaiyang Zhang <haiyangz@microsoft.com>
Sun, 5 Feb 2012 12:13:09 +0000 (12:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Feb 2012 22:44:55 +0000 (17:44 -0500)
commit6f4c44460750dd4eb9926a58ab1ad0ceacef8284
tree64a81c0b73d425421c3acbd22f61051870b730f8
parent5fccab3b66d53883a97fc65e0c33f3ebf74e8ff9
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>
drivers/net/hyperv/netvsc_drv.c