aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-03-12 15:34:04 +0800
committerJeff Hugo <jeff.hugo@oss.qualcomm.com>2025-03-14 10:59:53 -0600
commit83a0237859bc5a9e0a716e1db8e7fd3cafd63259 (patch)
treeb9055855cfcdd9d514e5b9b60659a178219b2c43 /scripts/patch-kernel
parentdrm: add modifiers for Apple GPU layouts (diff)
downloadlinux-83a0237859bc5a9e0a716e1db8e7fd3cafd63259.tar.gz
linux-83a0237859bc5a9e0a716e1db8e7fd3cafd63259.zip
accel/qaic: 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: 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 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions