sfc: Do not retry hardware probe if it schedules a reset
authorBen Hutchings <bhutchings@solarflare.com>
Sat, 19 Nov 2011 00:35:47 +0000 (00:35 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Mon, 13 Feb 2012 23:40:48 +0000 (23:40 +0000)
commitfadac6aae1b8d9344beaa18aa9035869d773fd98
tree9498d06d1efd9d5375349e4155891fab349d1e42
parentd9ab70079a9730f2d748714cbe4242bc707b9eef
sfc: Do not retry hardware probe if it schedules a reset

If efx_pci_probe_main() schedules an INVISIBLE or ALL reset (but
nothing more drastic), we retry it up to 5 times.  So far as I'm
aware, this was a workaround for bugs in Falcon A0 which were fixed
in production silicon.  Remove the retry.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/efx.c