diff options
Diffstat (limited to 'drivers/video/fb_defio.c')
-rw-r--r-- | drivers/video/fb_defio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/fb_defio.c b/drivers/video/fb_defio.c index 804000183c5e..a79c0dedfbd4 100644 --- a/drivers/video/fb_defio.c +++ b/drivers/video/fb_defio.c | |||
@@ -216,8 +216,7 @@ void fb_deferred_io_cleanup(struct fb_info *info) | |||
216 | int i; | 216 | int i; |
217 | 217 | ||
218 | BUG_ON(!fbdefio); | 218 | BUG_ON(!fbdefio); |
219 | cancel_delayed_work(&info->deferred_work); | 219 | cancel_delayed_work_sync(&info->deferred_work); |
220 | flush_scheduled_work(); | ||
221 | 220 | ||
222 | /* clear out the mapping that we setup */ | 221 | /* clear out the mapping that we setup */ |
223 | for (i = 0 ; i < info->fix.smem_len; i += PAGE_SIZE) { | 222 | for (i = 0 ; i < info->fix.smem_len; i += PAGE_SIZE) { |