aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2011-10-10 11:09:55 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-14 17:12:22 -0300
commit68776b30fe2677e85fe19f4d5f8c8ed42a28d142 (patch)
treecbaa4372d08fb365eb1eb78dbd7116999b705de8 /drivers/media/video/cx23885
parent[media] cx23885: ensure video is streaming before allowing vbi to stream (diff)
downloadlinux-dev-68776b30fe2677e85fe19f4d5f8c8ed42a28d142.tar.xz
linux-dev-68776b30fe2677e85fe19f4d5f8c8ed42a28d142.zip
[media] cx23885: remove channel dump diagnostics when a vbi buffer times out
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r--drivers/media/video/cx23885/cx23885-vbi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-vbi.c b/drivers/media/video/cx23885/cx23885-vbi.c
index 10d8af877f12..499bc45b7d0d 100644
--- a/drivers/media/video/cx23885/cx23885-vbi.c
+++ b/drivers/media/video/cx23885/cx23885-vbi.c
@@ -162,8 +162,6 @@ void cx23885_vbi_timeout(unsigned long data)
struct cx23885_buffer *buf;
unsigned long flags;
- cx23885_sram_channel_dump(dev, &dev->sram_channels[SRAM_CH02]);
-
/* Stop the VBI engine */
cx_clear(VID_A_DMA_CTL, 0x22);