From: Ben Hutchings Date: Mon, 1 Sep 2008 11:45:08 +0000 (+0100) Subject: sfc: Avoid mangling error codes in efx_test_loopback() X-Git-Tag: v2.6.28-rc1~717^2~377 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c2c19093bb326ecce4231e558f92e1e7985e37;p=pandora-kernel.git sfc: Avoid mangling error codes in efx_test_loopback() efx_test_loopback() used "|" to combine the results of the RX and TX phases. If both phases fail with different error codes, this results in a bogus error code. Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed