From: Sylwester Nawrocki Date: Fri, 10 Jun 2011 18:36:50 +0000 (-0300) Subject: [media] s5p-fimc: Conversion to use struct v4l2_fh X-Git-Tag: v3.2-rc1~112^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e578588eb01d9493513ca1527f464715cfd3f47f;p=pandora-kernel.git [media] s5p-fimc: Conversion to use struct v4l2_fh This is a prerequisite for the patch converting the driver to use the control framework. As the capture driver does not use per file handle contexts, two separate ioctl handlers are created for it (vidioc_try_fmt_mplane, and vidioc_g_fmt_mplane) so there is no handlers shared between the memory-to-memory and capture video node. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed