aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2021-10-14 20:26:14 +0200
committerDavid S. Miller <[email protected]>2021-10-19 13:23:38 +0100
commit07fab5a469a5e01f8ca48c8459003d16c5c26f35 (patch)
treeb44e7a02284942dcb0dd34a2213e6c24b10b1ea8 /tools/perf/scripts/python/check-perf-trace.py
parentcb3dc8901ba4f748f46287a42049a3a5c1f6b63c (diff)
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 <[email protected]> Signed-off-by: Stefan Schmidt <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions