From: Alexey Khoroshilov Date: Tue, 19 Feb 2013 17:58:53 +0000 (-0300) Subject: [media] stv090x: do not unlock unheld mutex in stv090x_sleep() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67d2f074073b39e5eba84e852c894c22057d159;p=pandora-kernel.git [media] stv090x: do not unlock unheld mutex in stv090x_sleep() goto err and goto err_gateoff before mutex_lock(&state->internal->demod_lock) lead to unlock of unheld mutex in stv090x_sleep(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Cc: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed