]> git.baikalelectronics.ru Git - kernel.git/commit
hyperv: fix apparent cut-n-paste error in send path teardown
authorDave Jones <davej@redhat.com>
Mon, 16 Jun 2014 20:59:02 +0000 (16:59 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2014 04:36:13 +0000 (21:36 -0700)
commitc155891e4038021ff22814817883e57bc50c8ffa
tree2b77c0b4887ea3600f7ccb47924db98d1163ce08
parentac740d751645e2489e6053dfd4b86a2a8300b8b2
hyperv: fix apparent cut-n-paste error in send path teardown

d6d1813a113c: "hyperv: Enable sendbuf mechanism on the send path" added
some teardown code that looks like it was copied from the recieve path
above, but missed a variable name replacement.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c