aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2021-10-10 15:59:40 +0200
committerRob Clark <[email protected]>2021-10-15 16:48:51 -0700
commitf8e7bce3a661408377366515118485a2c07f4860 (patch)
tree0091054f537ec7b62ceed3649c77e40630d5aa3a /scripts/gdb/linux/tasks.py
parenteea8f024dd5320256f7bbaa573ab92eb2aa5078e (diff)
drm: 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]> Acked-by: Jyri Sarha <[email protected]> Reviewed-by: Rob Clark <[email protected]> Link: https://lore.kernel.org/r/75e8ba40076ad707d47e3a3670e6b23c1b8b11bc.1633874223.git.christophe.jaillet@wanadoo.fr Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions