From: Hank Janssen Date: Fri, 7 Jan 2011 17:25:39 +0000 (-0800) Subject: staging: hv: Removed unneeded call to netif_stop_queue() in hv_netvsc X-Git-Tag: v2.6.37.1~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80b9874196d139e0b2fb824d9df633ee2626bc73;p=pandora-kernel.git staging: hv: Removed unneeded call to netif_stop_queue() in hv_netvsc commit a786f915274ba446865a996515c7790a930f04dd upstream. Removed the call to netif_stop_queue() in netvsc_probe() as the queue is not initialized at that point and further call to it after queue initialization is really not necessary. This change was prompted after an upstream change went into 2.6.37 (netif_tx_stop_queue) that now checks if netif_stop_queue is called before register with netdev is done. This will eliminate the warning message to the log when hv_netvsc driver starts up. Signed-off-by: Abhishek Kane Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed