diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 05:30:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 11:55:40 -0200 |
commit | 25e9eba42ce11a05933068cf6a42dd8d4ed5edb8 (patch) | |
tree | 54ff09804ad098779b7c1ef0114f5b1c9d43d73e /drivers/media | |
parent | 4d019faf48ff03b6ff3463d8e5da54d61f153623 (diff) | |
download | blackbird-op-linux-25e9eba42ce11a05933068cf6a42dd8d4ed5edb8.tar.gz blackbird-op-linux-25e9eba42ce11a05933068cf6a42dd8d4ed5edb8.zip |
V4L/DVB (13779): [Mantis] Missing wakeup for write queue
Thanks to Sigmund for pointing it out
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_pci.c b/drivers/media/dvb/mantis/mantis_pci.c index f57e2a43b9ed..a068ffb32534 100644 --- a/drivers/media/dvb/mantis/mantis_pci.c +++ b/drivers/media/dvb/mantis/mantis_pci.c @@ -89,6 +89,7 @@ static irqreturn_t mantis_pci_irq(int irq, void *dev_id) if (stat & MANTIS_INT_IRQ0) { dprintk(verbose, MANTIS_DEBUG, 0, "* INT IRQ-0 *"); mantis->gpif_status = rst_stat; + wake_up(&ca->hif_write_wq); schedule_work(&ca->hif_evm_work); } if (stat & MANTIS_INT_IRQ1) { |