aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYang Li <[email protected]>2021-04-30 17:21:23 +0800
committerJohannes Berg <[email protected]>2021-06-23 10:57:55 +0200
commit5eae2705004895a9aa917f5df6c1a2da8eeb4fd5 (patch)
treeeda2a3a5c97f3293e5167155e52c7ab6ace6ef5e /tools/perf/scripts/python
parentc2a8637c055e4ea86cd414bbf02034d1449685cc (diff)
mac80211: Remove redundant assignment to ret
Variable 'ret' is set to -ENODEV but this value is never read as it is overwritten with a new value later on, hence it is a redundant assignment and can be removed. Clean up the following clang-analyzer warning: net/mac80211/debugfs_netdev.c:60:2: warning: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores] Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions