diff options
author | Filipe Manana <[email protected]> | 2024-01-16 15:05:00 +0000 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-05-07 21:31:02 +0200 |
commit | 47f694487738af319d0e0fae26c61d77fd6d0c5e (patch) | |
tree | ff0593f7fbf7c5248c9c594195da32d6e0b7445d /tools/perf/scripts/python/stackcollapse.py | |
parent | 2e438442ba4d864c474ff38158054146010bd29b (diff) |
btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()
At btrfs_finish_one_ordered() it's pointless to assign 0 to the 'ret'
variable because if it has a non-zero value (error), we have already
jumped to the 'out' label. So remove that redundant assignment.
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions