video: fbdev: omapfb: Remove redundant 'flush_workqueue()' calls
authorXu Wang <vulab@iscas.ac.cn>
Thu, 13 Jan 2022 07:39:28 +0000 (07:39 +0000)
committerHelge Deller <deller@gmx.de>
Sat, 29 Jan 2022 21:24:24 +0000 (22:24 +0100)
commit1ce48d67dc20d215aa55af244eb0773361e025ab
tree8e87ffe08bb0d25021a207a8f3cead3c8f9fdcd6
parentadc122011125682932ef279d717153670feedde4
video: fbdev: omapfb: 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.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/omap2/omapfb/omapfb-main.c