From: Simon Farnsworth Date: Tue, 10 May 2011 13:49:50 +0000 (-0300) Subject: [media] cx18: Move spinlock and vb_type initialisation into stream_init X-Git-Tag: v3.0-rc1~322^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612031c0771def54dd202cef76bb9bd654e47b5b;p=pandora-kernel.git [media] cx18: Move spinlock and vb_type initialisation into stream_init The initialisation of vb_type in serialized_open was preventing REQBUFS from working reliably. Remove it, and move the spinlock into stream_init for good measure - it's only used when we have a stream that supports videobuf anyway. Signed-off-by: Simon Farnsworth Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed