aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-video.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2011-10-10 10:09:56 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-14 16:22:14 -0400
commitd44aa2d7fc9fba30cf81f25ba33f1caf73e8fbb8 (patch)
tree695ccd04cd63674161d71bca9e79851fda22cf83 /drivers/media/video/cx23885/cx23885-video.c
parent84f42af66535a57875b72678126c4238142ad4be (diff)
[media] cx23885: Avoid stopping the risc engine during buffer timeout
1. Removed the verbose 'dump channel state to console', very noisy in weak signal conditions. 2. No need for the video buffer timeout to stop the risc engine here. Clearer and easier to maintain if start_video_dma() is the single place that this is done. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-video.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-video.c4
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,