diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-video.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/cx23885/cx23885-video.c b/drivers/media/video/cx23885/cx23885-video.c index 65b1bd2fc4e8..19900c66b799 100644 --- a/drivers/media/video/cx23885/cx23885-video.c +++ b/drivers/media/video/cx23885/cx23885-video.c | |||
@@ -1510,10 +1510,6 @@ static void cx23885_vid_timeout(unsigned long data) | |||
1510 | struct cx23885_buffer *buf; | 1510 | struct cx23885_buffer *buf; |
1511 | unsigned long flags; | 1511 | unsigned long flags; |
1512 | 1512 | ||
1513 | cx23885_sram_channel_dump(dev, &dev->sram_channels[SRAM_CH01]); | ||
1514 | |||
1515 | cx_clear(VID_A_DMA_CTL, 0x11); | ||
1516 | |||
1517 | spin_lock_irqsave(&dev->slock, flags); | 1513 | spin_lock_irqsave(&dev->slock, flags); |
1518 | while (!list_empty(&q->active)) { | 1514 | while (!list_empty(&q->active)) { |
1519 | buf = list_entry(q->active.next, | 1515 | buf = list_entry(q->active.next, |