From: Prabhakar Lad Date: Wed, 26 Nov 2014 22:42:31 +0000 (-0300) Subject: [media] media: blackfin: use vb2_ops_wait_prepare/finish helper X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d655ca4d0b8c2b9918952c8ede392da7fa1c2e5;p=pandora-kernel.git [media] media: blackfin: use vb2_ops_wait_prepare/finish helper This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can make use of it. Signed-off-by: Lad, Prabhakar Acked-by: Scott Jiang Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed