diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index e73e8c96d5b9..a4eb6a87a761 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -2063,7 +2063,9 @@ struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr) | |||
2063 | atomic_inc(&core->refcount); | 2063 | atomic_inc(&core->refcount); |
2064 | core->pci_bus = pci->bus->number; | 2064 | core->pci_bus = pci->bus->number; |
2065 | core->pci_slot = PCI_SLOT(pci->devfn); | 2065 | core->pci_slot = PCI_SLOT(pci->devfn); |
2066 | core->pci_irqmask = 0x00fc00; | 2066 | core->pci_irqmask = PCI_INT_RISC_RD_BERRINT | PCI_INT_RISC_WR_BERRINT | |
2067 | PCI_INT_BRDG_BERRINT | PCI_INT_SRC_DMA_BERRINT | | ||
2068 | PCI_INT_DST_DMA_BERRINT | PCI_INT_IPB_DMA_BERRINT; | ||
2067 | mutex_init(&core->lock); | 2069 | mutex_init(&core->lock); |
2068 | 2070 | ||
2069 | core->nr = nr; | 2071 | core->nr = nr; |