fbdev: omap2: 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>
Mon, 17 Jan 2022 10:48:45 +0000 (11:48 +0100)
commit2864ead72d0342997676e2c96957fc7c350d01a4
tree592fc61c5eb99087a90e88d5ddd13b6e49cb4110
parent1dac89184c4a5fda95be74f2c25d9863f4262e20
fbdev: omap2: 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