Re: [PATCH] media: mtk-mdp: Remove redundant 'flush_workqueue()' calls

From: AngeloGioacchino Del Regno
Date: Fri Jan 14 2022 - 05:26:56 EST


Il 14/01/22 09:22, Xu Wang ha scritto:
'destroy_workqueue()' already drains the queue before destroying it, so
there is no need to flush it explicitly.

Remove the redundant 'flush_workqueue()' calls.

Signed-off-by: Xu Wang <vulab@xxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>