summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-07-06 12:18:02 +0100
committerDavid S. Miller <davem@davemloft.net>2021-07-06 15:22:25 -0700
commitad1f37970875eef98eeaf478f55045f388b794a5 (patch)
tree5149c05190cb05f3fb1bc4b37dac68b0f7e0acf2 /tools/perf/scripts/python/parallel-perf.py
parent5ddef2ad96019d9495424c6d5139dcb5b732bd58 (diff)
downloadkernel-ad1f37970875eef98eeaf478f55045f388b794a5.tar.gz
octeontx2-pf: Fix assigned error return value that is never used
Currently when the call to otx2_mbox_alloc_msg_cgx_mac_addr_update fails the error return variable rc is being assigned -ENOMEM and does not return early. rc is then re-assigned and the error case is not handled correctly. Fix this by returning -ENOMEM rather than assigning rc. Addresses-Coverity: ("Unused value") Fixes: 79d2be385e9e ("octeontx2-pf: offload DMAC filters to CGX/RPM block") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
ce-cache.h?id=cd79909bc7cdd8043a22d699aae1e8435792c824'>btrfs: load free space cache into a temporary ctlJosef Bacik 2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain 2020-01-20btrfs: have multiple discard listsDennis Zhou 2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou 2020-01-20btrfs: track discardable extents for async discardDennis Zhou 2020-01-20btrfs: discard one region at a time in async discardDennis Zhou 2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou 2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou 2020-01-20btrfs: keep track of free space bitmap trim status cleanlinessDennis Zhou 2020-01-20btrfs: keep track of which extents have been discardedDennis Zhou 2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba 2019-09-09btrfs: move struct io_ctl to free-space-cache.hDavid Sterba 2019-09-09btrfs: move btrfs_add_free_space out of a header fileJosef Bacik 2019-04-29btrfs: get fs_info from block group in btrfs_find_space_clusterDavid Sterba 2019-04-29btrfs: get fs_info from block group in load_free_space_cacheDavid Sterba 2019-04-29btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba 2019-04-29btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba 2019-04-29btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba 2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba