Skip to content

Commit

Permalink
staging: hv: remove commented out code in netvsc_remove()
Browse files Browse the repository at this point in the history
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent df06bcf commit 8d895ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ static int netvsc_remove(struct hv_device *dev)

/* Stop outbound asap */
netif_stop_queue(net);
/* netif_carrier_off(net); */

unregister_netdev(net);

Expand Down

0 comments on commit 8d895ae

Please sign in to comment.