From: Philipp Zabel Date: Fri, 10 Jul 2015 13:49:25 +0000 (-0300) Subject: [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does X-Git-Tag: omap-for-v4.3/fixes-rc1~26^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13a5ccf5da86239213033214658b8a170eeab87;p=pandora-kernel.git [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does The queue owner will be used by videobuf2 trace events to determine and record the device minor number. It is set in v4l2_m2m_reqbufs instead of v4l2_m2m_ioctl_reqbufs because several drivers implement their own vidioc_reqbufs handlers that still call v4l2_m2m_reqbufs directly. Signed-off-by: Philipp Zabel Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed