diff options
author | 2021-10-14 20:26:14 +0200 | |
---|---|---|
committer | 2021-10-19 13:23:38 +0100 | |
commit | 07fab5a469a5e01f8ca48c8459003d16c5c26f35 (patch) | |
tree | b44e7a02284942dcb0dd34a2213e6c24b10b1ea8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | devlink: Remove extra device_lock assert checks (diff) | |
download | wireguard-linux-07fab5a469a5e01f8ca48c8459003d16c5c26f35.tar.xz wireguard-linux-07fab5a469a5e01f8ca48c8459003d16c5c26f35.zip |
ieee802154: 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: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions