]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/media/platform/blackfin/bfin_capture.c
[media] media: blackfin: bfin_capture: use v4l2_fh_open and vb2_fop_release
authorLad, Prabhakar <prabhakar.csengg@gmail.com>
Sun, 8 Mar 2015 14:40:43 +0000 (11:40 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 2 Apr 2015 21:11:26 +0000 (18:11 -0300)
commitf0e91c65a9eb9faa25ba6d0a63683cf0152eb77f
treedd60fc3f89bdd34694eac8eb75b3c5f89430276b
parent8fd05b7eee4b5a8653751cab90b3d1aa7901ccf7
[media] media: blackfin: bfin_capture: use v4l2_fh_open and vb2_fop_release

this patch adds support to use v4l2_fh_open() and vb2_fop_release,
which allows to drop driver specific struct bcap_fh, as this is handled
by core.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Tested-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/blackfin/bfin_capture.c