aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25821
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r--drivers/media/video/cx25821/cx25821-alsa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx25821/cx25821-alsa.c b/drivers/media/video/cx25821/cx25821-alsa.c
index 03cfac476b03..1858a45dd081 100644
--- a/drivers/media/video/cx25821/cx25821-alsa.c
+++ b/drivers/media/video/cx25821/cx25821-alsa.c
@@ -290,11 +290,9 @@ static irqreturn_t cx25821_irq(int irq, void *dev_id)
290 u32 status, pci_status; 290 u32 status, pci_status;
291 u32 audint_status, audint_mask; 291 u32 audint_status, audint_mask;
292 int loop, handled = 0; 292 int loop, handled = 0;
293 int audint_count = 0;
294 293
295 audint_status = cx_read(AUD_A_INT_STAT); 294 audint_status = cx_read(AUD_A_INT_STAT);
296 audint_mask = cx_read(AUD_A_INT_MSK); 295 audint_mask = cx_read(AUD_A_INT_MSK);
297 audint_count = cx_read(AUD_A_GPCNT);
298 status = cx_read(PCI_INT_STAT); 296 status = cx_read(PCI_INT_STAT);
299 297
300 for (loop = 0; loop < 1; loop++) { 298 for (loop = 0; loop < 1; loop++) {