commit | a461103ba2e22cbb70771588b36f40df39a50f46 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Feb 24 23:59:15 2011 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Mon Feb 28 23:57:23 2011 +0000 |
tree | 526fe1532d3c69d9b322a458b8b26341058c6aa3 | |
parent | e5f0fd278084d79d6be0920043519749374b0507 [diff] |
sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd() This field does not exist in all MMDs we want to check, and all callers allow it to be set (fault_fatal = 0). Remove the loopback condition, as STAT2.DEVPRST should be valid regardless of any fault. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>