commit | 12b56ea89e70d4b04f2f5199750310e82894ebbd | [log] [tgz] |
---|---|---|
author | Eilon Greenstein <eilong@broadcom.com> | Mon Nov 03 16:46:40 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 03 16:46:40 2008 -0800 |
tree | 80ec95e06b2b3cf93b18ea8f8b5da3ee79a72087 | |
parent | 7d96567ac0527703cf1b80043fc0ebd7f21a10ad [diff] |
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 <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>