summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stat-cpi.py
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2024-01-16 15:05:00 +0000
committerDavid Sterba <dsterba@suse.com>2024-05-07 21:31:02 +0200
commit47f694487738af319d0e0fae26c61d77fd6d0c5e (patch)
treeff0593f7fbf7c5248c9c594195da32d6e0b7445d /tools/perf/scripts/python/stat-cpi.py
parent2e438442ba4d864c474ff38158054146010bd29b (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 <wqu@suse.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions