From: Prabhakar Lad Date: Wed, 26 Nov 2014 22:42:24 +0000 (-0300) Subject: [media] media: s3c-camif: use vb2_ops_wait_prepare/finish helper X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~321 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2914e72681cdb3f310b0a0d570e9ac17b8c37d0c;p=pandora-kernel.git [media] media: s3c-camif: 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 Cc: Sylwester Nawrocki Acked-by: Sylwester Nawrocki Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed