summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt856.c
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-03-28 18:25:36 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2009-03-28 18:25:36 -0700
commit4ee6e80d40bf32b32e2911094e3146d727b0a007 (patch)
tree5e90ccad9cb43bbfbbcaa06e72ae500a989604ce /linux/drivers/media/video/bt856.c
parent3826b3c7a2e11305ae0a51156426920fc03cc21e (diff)
downloadmediapointer-dvb-s2-4ee6e80d40bf32b32e2911094e3146d727b0a007.tar.gz
mediapointer-dvb-s2-4ee6e80d40bf32b32e2911094e3146d727b0a007.tar.bz2
cafe_ccic: Remove buffer type check from 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)bufs() and vidioc_reqbufs(). This driver only defines ->vidioc_try_fmt_vid_cap() so only VIDEO_CAPTURE buffers are allowed to be used with cafe_vidioc_reqbufs(), cafe_vidioc_querybuf(), cafe_vidioc_qbuf(), and cafe_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 the check in cafe_vidioc_enum_fmt_vid_cap() can be removed. The 'index' field of v4l2_buffer is unsigned so the checks for it being less than zero can be removed too. Priority: normal Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/bt856.c')
0 files changed, 0 insertions, 0 deletions