From: Ricardo Ribalda Date: Wed, 6 Nov 2013 08:39:35 +0000 (-0300) Subject: [media] em28xx-video: Swap release order to avoid lock nesting X-Git-Tag: v3.13-rc4~25^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdee6bdb67e84aaf26a163aced908f4ab6bbd06b;p=pandora-kernel.git [media] em28xx-video: Swap release order to avoid lock nesting vb2_fop_release might take the video queue mutex lock. In order to avoid nesting mutexes the private mutex is taken after the fop_release has finished. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed