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.27.7~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ae2887fba8c33d67feaf00726474eda04d5dd6;p=pandora-kernel.git bnx2x: Calling netif_carrier_off at the end of the probe commit 12b56ea89e70d4b04f2f5199750310e82894ebbd upstream. 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 Cc: Alex Chiang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed