diff options
Diffstat (limited to 'drivers/media/pci/cx88/cx88-mpeg.c')
-rw-r--r-- | drivers/media/pci/cx88/cx88-mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88-mpeg.c b/drivers/media/pci/cx88/cx88-mpeg.c index c04fb618e10b..d154bc197356 100644 --- a/drivers/media/pci/cx88/cx88-mpeg.c +++ b/drivers/media/pci/cx88/cx88-mpeg.c | |||
@@ -450,7 +450,7 @@ static irqreturn_t cx8802_irq(int irq, void *dev_id) | |||
450 | cx88_core_irq(core,status); | 450 | cx88_core_irq(core,status); |
451 | if (status & PCI_INT_TSINT) | 451 | if (status & PCI_INT_TSINT) |
452 | cx8802_mpeg_irq(dev); | 452 | cx8802_mpeg_irq(dev); |
453 | }; | 453 | } |
454 | if (MAX_IRQ_LOOP == loop) { | 454 | if (MAX_IRQ_LOOP == loop) { |
455 | dprintk( 0, "clearing mask\n" ); | 455 | dprintk( 0, "clearing mask\n" ); |
456 | printk(KERN_WARNING "%s/0: irq loop -- clearing mask\n", | 456 | printk(KERN_WARNING "%s/0: irq loop -- clearing mask\n", |