]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/videobuf-dma-sg.c
V4L/DVB (6292): videobuf_core init always require callback implementation
[linux-2.6-omap-h63xx.git] / drivers / media / video / videobuf-dma-sg.c
index a38efe10feb48a6a270b5c2776cdc7a81ee32a28..8bb7fdd306d63d7c793066079a9e1ad1db9c570e 100644 (file)
@@ -695,8 +695,8 @@ void videobuf_queue_pci_init(struct videobuf_queue* q,
                         unsigned int msize,
                         void *priv)
 {
-       videobuf_queue_init(q, ops, dev, irqlock, type, field, msize, priv);
-       q->int_ops=&pci_ops;
+       videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
+                                priv, &pci_ops);
 }
 
 /* --------------------------------------------------------------------- */