From: Kulikov Vasiliy Date: Tue, 27 Jul 2010 18:42:40 +0000 (-0300) Subject: V4L/DVB: dvb: siano: free spinlock before schedule() X-Git-Tag: v2.6.36-rc1~289^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a38ce27e1b11116f02835b076fcb79db987e2c;p=pandora-kernel.git V4L/DVB: dvb: siano: free spinlock before schedule() Calling schedule() holding spinlock with disables irqs is improper. As spinlock protects list coredev->buffers, it can be unlocked untill wakeup. This bug was introduced in a9349315f65cd6a16e8fab1f6cf0fd40f379c4db. Signed-off-by: Kulikov Vasiliy Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed