commit | a0c2c19093bb326ecce4231e558f92e1e7985e37 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Sep 01 12:45:08 2008 +0100 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Sep 03 09:53:42 2008 -0400 |
tree | 432ca30ec11605908bfd7449c1b53e6fb5f09ac1 | |
parent | 60ac10658c2e234cf7bc27e0930e324c6c6fcf61 [diff] |
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 <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>