From: Hans Verkuil Date: Fri, 13 Dec 2013 16:13:39 +0000 (-0300) Subject: [media] vb2: simplify qbuf/prepare_buf by removing callback X-Git-Tag: v3.14-rc1~20^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4138111a27859dcc56a5592c804dd16bb12a23d1;p=pandora-kernel.git [media] vb2: simplify qbuf/prepare_buf by removing callback The callback used to merge the common code of the qbuf/prepare_buf code can be removed now that the mmap_sem handling is pushed down to __buf_prepare(). This makes the code more readable. Signed-off-by: Hans Verkuil Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed