From: Haiyang Zhang Date: Mon, 23 May 2011 16:03:45 +0000 (-0700) Subject: staging: hv: remove unnecessary code in netvsc_probe(). X-Git-Tag: v3.1-rc1~232^2~568^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1956a81af0c23d65a4cafee9e39c52e4c6cadcc;p=pandora-kernel.git staging: hv: remove unnecessary code in netvsc_probe(). netif_carrier_off() was called earlier in this function, and there is no other thread access this device yet. The status checking code is not necessary here. 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 --- Reading git-diff-tree failed