commit | 1daf417029ddc10b7854430c1e1118df791d0eaf | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Sep 08 02:09:42 2011 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Fri Jan 27 00:10:47 2012 +0000 |
tree | 55ea0dd2a70ae093283d43f4ed11af9de5a37c0e | |
parent | 710b208dc2687fdb3370110d54a67fb2288835eb [diff] |
sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults() The latter is only called by the former, which is a very short wrapper. Further, gcc 4.5 may currently wrongly warn that the 'faults' variable may be used uninitialised. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>