diff options
Diffstat (limited to 'drivers/media/video/soc_camera.c')
-rw-r--r-- | drivers/media/video/soc_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/soc_camera.c b/drivers/media/video/soc_camera.c index 904e9dfc1a89..c947525c3f2f 100644 --- a/drivers/media/video/soc_camera.c +++ b/drivers/media/video/soc_camera.c | |||
@@ -210,7 +210,7 @@ static int soc_camera_open(struct inode *inode, struct file *file) | |||
210 | 210 | ||
211 | /* We must pass NULL as dev pointer, then all pci_* dma operations | 211 | /* We must pass NULL as dev pointer, then all pci_* dma operations |
212 | * transform to normal dma_* ones. Do we need an irqlock? */ | 212 | * transform to normal dma_* ones. Do we need an irqlock? */ |
213 | videobuf_queue_pci_init(&icf->vb_vidq, ici->vbq_ops, NULL, NULL, | 213 | videobuf_queue_sg_init(&icf->vb_vidq, ici->vbq_ops, NULL, NULL, |
214 | V4L2_BUF_TYPE_VIDEO_CAPTURE, V4L2_FIELD_NONE, | 214 | V4L2_BUF_TYPE_VIDEO_CAPTURE, V4L2_FIELD_NONE, |
215 | ici->msize, icd); | 215 | ici->msize, icd); |
216 | 216 | ||