commit | cee05cb3598813f05a3419c56487e337ee84210f | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Feb 03 10:46:55 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Mar 02 17:08:48 2015 -0300 |
tree | 51d42021890315b56bc136b94d16950aef9ac8ac | |
parent | 5cf6f7f327c95f09be859889be39e78950516556 [diff] |
[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>