diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index 50dfad47ccff..5720b77ac9a7 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -1880,7 +1880,7 @@ static void buffer_release(struct videobuf_queue *q, struct videobuf_buffer *vb) | |||
1880 | struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); | 1880 | struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); |
1881 | struct bttv_fh *fh = q->priv_data; | 1881 | struct bttv_fh *fh = q->priv_data; |
1882 | 1882 | ||
1883 | bttv_dma_free(&fh->cap,fh->btv,buf); | 1883 | bttv_dma_free(q,fh->btv,buf); |
1884 | } | 1884 | } |
1885 | 1885 | ||
1886 | static struct videobuf_queue_ops bttv_video_qops = { | 1886 | static struct videobuf_queue_ops bttv_video_qops = { |