diff options
author | Steven Toth <stoth@kernellabs.com> | 2011-10-10 10:09:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-14 16:12:22 -0400 |
commit | 68776b30fe2677e85fe19f4d5f8c8ed42a28d142 (patch) | |
tree | cbaa4372d08fb365eb1eb78dbd7116999b705de8 | |
parent | 24465b448546e10666ad6021be0615214a258cbc (diff) |
[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>
-rw-r--r-- | drivers/media/video/cx23885/cx23885-vbi.c | 2 |
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) | |||
162 | struct cx23885_buffer *buf; | 162 | struct cx23885_buffer *buf; |
163 | unsigned long flags; | 163 | unsigned long flags; |
164 | 164 | ||
165 | cx23885_sram_channel_dump(dev, &dev->sram_channels[SRAM_CH02]); | ||
166 | |||
167 | /* Stop the VBI engine */ | 165 | /* Stop the VBI engine */ |
168 | cx_clear(VID_A_DMA_CTL, 0x22); | 166 | cx_clear(VID_A_DMA_CTL, 0x22); |
169 | 167 | ||