diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 03:30:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:40 -0500 |
commit | 25e9eba42ce11a05933068cf6a42dd8d4ed5edb8 (patch) | |
tree | 54ff09804ad098779b7c1ef0114f5b1c9d43d73e /drivers | |
parent | 4d019faf48ff03b6ff3463d8e5da54d61f153623 (diff) |
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')
-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) | |||
89 | if (stat & MANTIS_INT_IRQ0) { | 89 | if (stat & MANTIS_INT_IRQ0) { |
90 | dprintk(verbose, MANTIS_DEBUG, 0, "* INT IRQ-0 *"); | 90 | dprintk(verbose, MANTIS_DEBUG, 0, "* INT IRQ-0 *"); |
91 | mantis->gpif_status = rst_stat; | 91 | mantis->gpif_status = rst_stat; |
92 | wake_up(&ca->hif_write_wq); | ||
92 | schedule_work(&ca->hif_evm_work); | 93 | schedule_work(&ca->hif_evm_work); |
93 | } | 94 | } |
94 | if (stat & MANTIS_INT_IRQ1) { | 95 | if (stat & MANTIS_INT_IRQ1) { |