diff options
author | Christophe JAILLET <[email protected]> | 2024-01-20 18:25:36 +0100 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-01-29 10:02:01 -0800 |
commit | bbc404d20d1b46d89b461918bc44587620eda200 (patch) | |
tree | 328ed57cba3e63b7ed3b730c311bf7222c86a796 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | f1f6a6b1830a8f1dc92ee26fae76333f446b0663 (diff) |
ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()
All error handling paths, except this one, go to 'out' where
release_swfw_sync() is called.
This call balances the acquire_swfw_sync() call done at the beginning of
the function.
Branch to the error handling path in order to correctly release some
resources in case of error.
Fixes: ae14a1d8e104 ("ixgbe: Fix IOSF SB access issues")
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions