From: Eilon Greenstein Date: Tue, 4 Nov 2008 00:46:40 +0000 (-0800) Subject: bnx2x: Calling netif_carrier_off at the end of the probe X-Git-Tag: v2.6.28-rc4~86^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b56ea89e70d4b04f2f5199750310e82894ebbd;p=pandora-kernel.git bnx2x: Calling netif_carrier_off at the end of the probe netif_carrier_off was called too early at the probe. In case of failure or simply bad timing, this can cause a fatal error since linkwatch_event might run too soon. Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed