diff options
author | Edward Cree <ecree@solarflare.com> | 2020-08-28 18:51:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-31 12:28:50 -0700 |
commit | f2ed621fad08773a825994e479a5743b89c0530d (patch) | |
tree | a8526e2041e98392cba4ff5fea815c4e545c6847 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b1d11fdbe5b3cad457603d27aa30a29c0d119dc1 (diff) |
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
W=1 warnings indicated that 'rc' was unused in efx_mcdi_set_id_led();
change the function to return int instead of void and plumb the rc
through the caller efx_ethtool_phys_id().
Since (post-Falcon) all sfc NICs use MCDI for this, there's no point in
indirecting through a nic_type method, so remove that and just call
efx_mcdi_set_id_led() directly.
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions