From: Dan Carpenter Date: Mon, 28 Dec 2009 16:59:46 +0000 (+0200) Subject: Staging: cx25821: fix double unlock in medusa_video_init() X-Git-Tag: v2.6.34-rc1~10^2~1^2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a02f549fcc30fe6be0c0024beae9a3db22e1af6;p=pandora-kernel.git Staging: cx25821: fix double unlock in medusa_video_init() medusa_set_videostandard() takes the lock but it always drops it before returning. This was found with a static checker and compile tested only. :/ Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed