From: Lad, Prabhakar Date: Sun, 8 Mar 2015 14:40:41 +0000 (-0300) Subject: [media] media: blackfin: bfin_capture: improve queue_setup() callback X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f314002279a4984cca86b5fa3920b6c84171beab;p=pandora-kernel.git [media] media: blackfin: bfin_capture: improve queue_setup() callback This patch does the following: a: returns -EINVAL in case format image size is less then current image size. b: assigns nbuffers to two in case the total of vq->num_buffers and nbuffers is less then the number of buffers required by driver. c: sets the sizes[0] of plane according to the fmt passed or which is being set in the device. Signed-off-by: Lad, Prabhakar Tested-by: Scott Jiang Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed