aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/pci/cx88/cx88-vbi.c2
-rw-r--r--drivers/media/pci/cx88/cx88-video.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/pci/cx88/cx88-vbi.c b/drivers/media/pci/cx88/cx88-vbi.c
index 4e0747a6a9c2..042f54597a9b 100644
--- a/drivers/media/pci/cx88/cx88-vbi.c
+++ b/drivers/media/pci/cx88/cx88-vbi.c
@@ -203,8 +203,6 @@ static void stop_streaming(struct vb2_queue *q)
203 struct cx88_dmaqueue *dmaq = &dev->vbiq; 203 struct cx88_dmaqueue *dmaq = &dev->vbiq;
204 unsigned long flags; 204 unsigned long flags;
205 205
206 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH21]);
207
208 cx_clear(MO_VID_DMACNTRL, 0x11); 206 cx_clear(MO_VID_DMACNTRL, 0x11);
209 cx_clear(VID_CAPTURE_CONTROL, 0x06); 207 cx_clear(VID_CAPTURE_CONTROL, 0x06);
210 cx8800_stop_vbi_dma(dev); 208 cx8800_stop_vbi_dma(dev);
diff --git a/drivers/media/pci/cx88/cx88-video.c b/drivers/media/pci/cx88/cx88-video.c
index a74e21dd4aad..85c3d0c4df97 100644
--- a/drivers/media/pci/cx88/cx88-video.c
+++ b/drivers/media/pci/cx88/cx88-video.c
@@ -563,8 +563,6 @@ static void stop_streaming(struct vb2_queue *q)
563 struct cx88_dmaqueue *dmaq = &dev->vidq; 563 struct cx88_dmaqueue *dmaq = &dev->vidq;
564 unsigned long flags; 564 unsigned long flags;
565 565
566 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH21]);
567
568 cx_clear(MO_VID_DMACNTRL, 0x11); 566 cx_clear(MO_VID_DMACNTRL, 0x11);
569 cx_clear(VID_CAPTURE_CONTROL, 0x06); 567 cx_clear(VID_CAPTURE_CONTROL, 0x06);
570 spin_lock_irqsave(&dev->slock, flags); 568 spin_lock_irqsave(&dev->slock, flags);