staging: hv: remove commented out code from netvsc_drv.c
authorHaiyang Zhang <haiyangz@microsoft.com>
Mon, 23 May 2011 16:03:46 +0000 (09:03 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:35:59 +0000 (13:35 -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 456d3dfebf9b2917b16aa7e3e5294c7f7479ea9b..e716d4d86c8dbb3e46b6d7d79aeb2f4c183eb3f9 100644 (file)
@@ -156,9 +156,6 @@ static int netvsc_start_xmit(struct sk_buff *skb, struct net_device *net)
        /* Setup the rndis header */
        packet->page_buf_cnt = num_pages;
 
-       /* TODO: Flush all write buffers/ memory fence ??? */
-       /* wmb(); */
-
        /* Initialize it from the skb */
        packet->total_data_buflen       = skb->len;