From: Haiyang Zhang Date: Mon, 23 May 2011 16:03:46 +0000 (-0700) Subject: staging: hv: remove commented out code from netvsc_drv.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ca06a22a4181cae9cc291ccdccc5e7188c51b67d;p=linux-beck.git staging: hv: remove commented out code from netvsc_drv.c Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/netvsc_drv.c b/drivers/staging/hv/netvsc_drv.c index 456d3dfebf9b..e716d4d86c8d 100644 --- a/drivers/staging/hv/netvsc_drv.c +++ b/drivers/staging/hv/netvsc_drv.c @@ -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;