diff options
author | Chen Ni <nichen@iscas.ac.cn> | 2025-03-24 16:08:54 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-25 09:24:40 -0700 |
commit | b2d1e4c2cb8a27693acd1add5ef7295a976a63dd (patch) | |
tree | 48837a960d436394718399d31efc308fb5cdf019 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1f6154227b49c3d3f306f624858e695bfee50aae (diff) |
octeontx2-af: mcs: Remove redundant 'flush_workqueue()' calls
'destroy_workqueue()' already drains the queue before destroying it, so
there is no need to flush it explicitly.
Remove the redundant 'flush_workqueue()' calls.
This was generated with coccinelle:
@@
expression E;
@@
- flush_workqueue(E);
destroy_workqueue(E);
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Geetha sowjanya <gakula@marvell.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250324080854.408188-1-nichen@iscas.ac.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions