diff options
author | Chen Ni <nichen@iscas.ac.cn> | 2025-03-12 15:34:04 +0800 |
---|---|---|
committer | Jeff Hugo <jeff.hugo@oss.qualcomm.com> | 2025-03-14 10:59:53 -0600 |
commit | 83a0237859bc5a9e0a716e1db8e7fd3cafd63259 (patch) | |
tree | b9055855cfcdd9d514e5b9b60659a178219b2c43 /sound/soc/fsl/fsl_dma.c | |
parent | c8619f5402cbcccfe58151b53421029852473e4c (diff) |
accel/qaic: Remove redundant 'flush_workqueue()' callsHEADdrm-misc-next
'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: Jeff Hugo <jeff.hugo@oss.qualcomm.com>
Signed-off-by: Jeff Hugo <jeff.hugo@oss.qualcomm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250312073404.1429992-1-nichen@iscas.ac.cn
Diffstat (limited to 'sound/soc/fsl/fsl_dma.c')
0 files changed, 0 insertions, 0 deletions