From: Ben Hutchings Date: Thu, 8 Sep 2011 01:09:42 +0000 (+0100) Subject: sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults() X-Git-Tag: v3.4-rc1~177^2~452^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1daf417029ddc10b7854430c1e1118df791d0eaf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed