git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79af67e
)
[media] uvcvideo: Remove duplicate check for number of buffers in queue_setup
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Tue, 18 Feb 2014 13:02:50 +0000
(10:02 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Fri, 28 Feb 2014 16:22:27 +0000
(13:22 -0300)
videobuf2 already ensures that the number of buffers will not exceed
VIDEO_MAX_FRAME, which is equal to our arbitraty limit of
UVC_MAX_VIDEO_BUFFERS. Remove the duplicate check.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found