staging: hv: remove commented out code in netvsc_remove()
authorHaiyang Zhang <haiyangz@microsoft.com>
Mon, 23 May 2011 16:03:48 +0000 (09:03 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:36:00 +0000 (13:36 -0700)
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>
drivers/staging/hv/netvsc_drv.c

index ad25433..6a2f17d 100644 (file)
@@ -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);