bnx2x: Calling netif_carrier_off at the end of the probe
authorEilon Greenstein <eilong@broadcom.com>
Tue, 4 Nov 2008 00:46:40 +0000 (16:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2008 00:46:40 +0000 (16:46 -0800)
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 <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c

Simple merge