]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: fix error unwind handling if vmbus_open fails
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Mar 2018 21:49:03 +0000 (13:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2018 03:18:20 +0000 (22:18 -0500)
commit456d69a89c79166dbc660a9dee0aced2d51eca33
tree4be3334cafc817001e02a0263070f8cbedc56925
parent92cbf75f92d881979413fa0771e12d80196c15b0
hv_netvsc: fix error unwind handling if vmbus_open fails

Need to delete NAPI association if vmbus_open fails.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c