diff options
author | Ivan Vecera <ivecera@redhat.com> | 2022-03-31 19:20:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-01 14:01:38 +0300 |
commit | 2c0069f3f91f125b1b2ce66cc6bea8eb134723c3 (patch) | |
tree | 7dd97c93e28d516aac987f68a6d2048c2b69e6a1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bd8c624c0cd59de0032752ba3001c107bba97f7b (diff) | |
download | linux-2c0069f3f91f125b1b2ce66cc6bea8eb134723c3.tar.xz |
ice: Fix MAC address setting
Commit 2ccc1c1ccc671b ("ice: Remove excess error variables") merged
the usage of 'status' and 'err' variables into single one in
function ice_set_mac_address(). Unfortunately this causes
a regression when call of ice_fltr_add_mac() returns -EEXIST because
this return value does not indicate an error in this case but
value of 'err' remains to be -EEXIST till the end of the function
and is returned to caller.
Prior mentioned commit this does not happen because return value of
ice_fltr_add_mac() was stored to 'status' variable first and
if it was -EEXIST then 'err' remains to be zero.
Fix the problem by reset 'err' to zero when ice_fltr_add_mac()
returns -EEXIST.
Fixes: 2ccc1c1ccc671b ("ice: Remove excess error variables")
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Acked-by: Alexander Lobakin <alexandr.lobakin@intel.com>
Signed-off-by: Alice Michael <alice.michael@intel.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