]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults()
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 8 Sep 2011 01:09:42 +0000 (02:09 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 27 Jan 2012 00:10:47 +0000 (00:10 +0000)
commit1daf417029ddc10b7854430c1e1118df791d0eaf
tree55ea0dd2a70ae093283d43f4ed11af9de5a37c0e
parent710b208dc2687fdb3370110d54a67fb2288835eb
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>
drivers/net/ethernet/sfc/mcdi_mac.c