diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-28 18:25:36 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-28 18:25:36 -0700 |
commit | 552402f4297b8ba2fb1631079e66d1755b181796 (patch) | |
tree | adfc12d6054eaf5104cff6d073c563852d152c78 /linux/drivers/media/video/bt819.c | |
parent | 794cc66f2e6bbda775e319221697bb7f02fecd30 (diff) | |
download | mediapointer-dvb-s2-552402f4297b8ba2fb1631079e66d1755b181796.tar.gz mediapointer-dvb-s2-552402f4297b8ba2fb1631079e66d1755b181796.tar.bz2 |
usbvision: Remove buffer type checks from enum_fmt_vid_cap, XXXbuf
From: Trent Piepho <xyzzy@speakeasy.org>
The v4l2-ioctl core only allows buffer types for which the corresponding
->vidioc_try_fmt_xxx() methods are defined to be used with
vidioc_(q|dq|query)buf() and vidioc_reqbufs().
Since this driver only defines ->vidioc_try_fmt_vid_cap() the checks can be
removed from vidioc_reqbufs(), vidioc_qbuf(), and vidioc_dqbuf().
The ->vidioc_(s|g|try|enum)_fmt_vid_cap() methods are only called on
VIDEO_CAPTURE buffers. Thus, there is no need to check or set the buffer's
'type' field since it must already be set to VIDEO_CAPTURE. So setting the
buffer type in vidioc_enum_fmt_vid_cap() can be removed.
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/bt819.c')
0 files changed, 0 insertions, 0 deletions