[PATCH] accel/qaic: Remove redundant 'flush_workqueue()' calls

Jeff Hugo jeff.hugo at oss.qualcomm.com
Fri Mar 14 17:00:58 UTC 2025


On 3/12/2025 1:34 AM, Chen Ni wrote:
> '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 at iscas.ac.cn>

Pushed to drm-misc-next

-Jeff


More information about the dri-devel mailing list