aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/saa7134/saa7134-empress.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-04-17 06:06:06 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-05-23 14:05:42 -0300
commita00e68888d5d2b583b13d7d58204a27207af95fd (patch)
tree61ffdf58d27c8e2f6bd5a69e989bbf5742a3e3c3 /drivers/media/pci/saa7134/saa7134-empress.c
parent[media] saa7134: rename vbi/cap to vbi_vbq/cap_vbq (diff)
downloadlinux-dev-a00e68888d5d2b583b13d7d58204a27207af95fd.tar.xz
linux-dev-a00e68888d5d2b583b13d7d58204a27207af95fd.zip
[media] saa7134: move saa7134_pgtable to saa7134_dmaqueue
All dmaqueue's use saa7134_pgtable, so move it into struct saa7134_dmaqueue. The videobuf_queue priv_data field now points to the dmaqueue struct. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/saa7134/saa7134-empress.c')
-rw-r--r--drivers/media/pci/saa7134/saa7134-empress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/saa7134/saa7134-empress.c b/drivers/media/pci/saa7134/saa7134-empress.c
index 3ae5e2c48357..c84dece3342a 100644
--- a/drivers/media/pci/saa7134/saa7134-empress.c
+++ b/drivers/media/pci/saa7134/saa7134-empress.c
@@ -360,7 +360,7 @@ static int empress_init(struct saa7134_dev *dev)
V4L2_BUF_TYPE_VIDEO_CAPTURE,
V4L2_FIELD_ALTERNATE,
sizeof(struct saa7134_buf),
- dev, NULL);
+ &dev->ts_q, NULL);
empress_signal_update(&dev->empress_workqueue);
return 0;