[media] pvrusb2: use struct v4l2_fh
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 3 Feb 2015 13:46:55 +0000 (10:46 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Mar 2015 20:08:48 +0000 (17:08 -0300)
commitcee05cb3598813f05a3419c56487e337ee84210f
tree51d42021890315b56bc136b94d16950aef9ac8ac
parent5cf6f7f327c95f09be859889be39e78950516556
[media] pvrusb2: use struct v4l2_fh

By using struct v4l2_fh both the prio handling and the linked list
implementation in pvrusb2 can be removed since both are now done in
the v4l2 core if you use struct v4l2_fh.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Tested-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
This page took 0.025596 seconds and 5 git commands to generate.