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-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e283937392d4c91189a18b7e48ca3043c70db58;p=pandora-kernel.git sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults() commit 1daf417029ddc10b7854430c1e1118df791d0eaf upstream. 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 [bwh: Backported to 3.2: keep efx_mcdi_get_mac_faults() static] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed