From: Alexey Khoroshilov Date: Thu, 5 Apr 2012 21:53:20 +0000 (-0300) Subject: [media] drxk: Does not unlock mutex if sanity check failed in scu_command() X-Git-Tag: v3.4-rc4~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4459e1682c107d7ee1bf102c1ba534230e9b50b;p=pandora-kernel.git [media] drxk: Does not unlock mutex if sanity check failed in scu_command() If sanity check fails in scu_command(), goto error leads to unlock of an unheld mutex. The check should not fail in reality, but it nevertheless worth fixing. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Cc: stable@kernel.org Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed