[media] em28xx-audio: flush work at .fini

As a pending action might be still there at the work
thread, flush it.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2014-01-13 11:32:00 -03:00
Родитель 4b81972498
Коммит b49eb2bd71
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -967,6 +967,8 @@ static int em28xx_audio_fini(struct em28xx *dev)
em28xx_info("Closing audio extension");
snd_card_disconnect(dev->adev.sndcard);
flush_work(&dev->wq_trigger);
em28xx_audio_free_urb(dev);
if (dev->adev.sndcard) {