diff options
Diffstat (limited to 'drivers/input/misc/cs40l50-vibra.c')
-rw-r--r-- | drivers/input/misc/cs40l50-vibra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/cs40l50-vibra.c b/drivers/input/misc/cs40l50-vibra.c index 330f09123631..7aa7d577e01b 100644 --- a/drivers/input/misc/cs40l50-vibra.c +++ b/drivers/input/misc/cs40l50-vibra.c @@ -482,7 +482,6 @@ static int cs40l50_erase(struct input_dev *dev, int effect_id) static void cs40l50_remove_wq(void *data) { - flush_workqueue(data); destroy_workqueue(data); } |