diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-vbi.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-vbi.c b/drivers/media/video/cx23885/cx23885-vbi.c index 708a8c766d1a..c0b60382ad13 100644 --- a/drivers/media/video/cx23885/cx23885-vbi.c +++ b/drivers/media/video/cx23885/cx23885-vbi.c | |||
@@ -74,7 +74,7 @@ static int cx23885_start_vbi_dma(struct cx23885_dev *dev, | |||
74 | q->count = 1; | 74 | q->count = 1; |
75 | 75 | ||
76 | /* enable irqs */ | 76 | /* enable irqs */ |
77 | cx_set(PCI_INT_MSK, cx_read(PCI_INT_MSK) | 0x01); | 77 | cx23885_irq_add_enable(dev, 0x01); |
78 | cx_set(VID_A_INT_MSK, 0x000022); | 78 | cx_set(VID_A_INT_MSK, 0x000022); |
79 | 79 | ||
80 | /* start dma */ | 80 | /* start dma */ |