From: Guennadi Liakhovetski Date: Sat, 25 Dec 2010 21:29:52 +0000 (-0300) Subject: [media] v4l: soc-camera: fix multiple simultaneous user case X-Git-Tag: v2.6.37-rc8~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d8c0293b04ad207648bb2a0dbfebff8b47d166;p=pandora-kernel.git [media] v4l: soc-camera: fix multiple simultaneous user case A recent patch has introduced a regression, whereby a second open of an soc-camera video device breaks the running capture. This patch fixes this bug by guaranteeing, that video buffers get initialised only during the first open of the device node. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed