diff options
| author | Zhengchao Shao <[email protected]> | 2023-07-24 10:37:35 +0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-07-25 19:52:08 -0700 |
| commit | f080864a9d906678e050f10f0e81add711b86fbc (patch) | |
| tree | f01deca58c4c916287622d29eb7b9b6ed4a68252 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | a5a91f546444940f3d75e2edf3c53b4d235f0557 (diff) | |
net: remove redundant NULL check in remove_xps_queue()
There are currently two paths that call remove_xps_queue():
1. __netif_set_xps_queue -> remove_xps_queue
2. clean_xps_maps -> remove_xps_queue_cpu -> remove_xps_queue
There is no need to check dev_maps in remove_xps_queue() because
dev_maps has been checked on these two paths.
Signed-off-by: Zhengchao Shao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions