diff options
Diffstat (limited to 'drivers/hid/hid-picolcd.c')
-rw-r--r-- | drivers/hid/hid-picolcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-picolcd.c b/drivers/hid/hid-picolcd.c index 27c8ebdfad01..3e90dee30ff6 100644 --- a/drivers/hid/hid-picolcd.c +++ b/drivers/hid/hid-picolcd.c | |||
@@ -2737,7 +2737,7 @@ static void __exit picolcd_exit(void) | |||
2737 | { | 2737 | { |
2738 | hid_unregister_driver(&picolcd_driver); | 2738 | hid_unregister_driver(&picolcd_driver); |
2739 | #ifdef CONFIG_HID_PICOLCD_FB | 2739 | #ifdef CONFIG_HID_PICOLCD_FB |
2740 | flush_work_sync(&picolcd_fb_cleanup); | 2740 | flush_work(&picolcd_fb_cleanup); |
2741 | WARN_ON(fb_pending); | 2741 | WARN_ON(fb_pending); |
2742 | #endif | 2742 | #endif |
2743 | } | 2743 | } |