diff options
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) | |||
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) { |