aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/pci/cx88/cx88-video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88-video.c b/drivers/media/pci/cx88/cx88-video.c
index 25a4b7f3188a..860c98fc72c7 100644
--- a/drivers/media/pci/cx88/cx88-video.c
+++ b/drivers/media/pci/cx88/cx88-video.c
@@ -523,7 +523,6 @@ static void buffer_queue(struct vb2_buffer *vb)
523 523
524 if (list_empty(&q->active)) { 524 if (list_empty(&q->active)) {
525 list_add_tail(&buf->list, &q->active); 525 list_add_tail(&buf->list, &q->active);
526 start_video_dma(dev, q, buf);
527 buf->count = q->count++; 526 buf->count = q->count++;
528 dprintk(2,"[%p/%d] buffer_queue - first active\n", 527 dprintk(2,"[%p/%d] buffer_queue - first active\n",
529 buf, buf->vb.v4l2_buf.index); 528 buf, buf->vb.v4l2_buf.index);