From: Dan Carpenter Date: Fri, 16 Dec 2011 20:25:29 +0000 (+0300) Subject: NFC: double unlock in nfc_llcp_recv_connect() X-Git-Tag: v3.3-rc1~182^2~44^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341ee4349f31e42fb0eb20d340d15309ac760308;p=pandora-kernel.git NFC: double unlock in nfc_llcp_recv_connect() We unlock inside the if block on the other side of this if else statement. It could result in calling mutex_unlock() twice. Signed-off-by: Dan Carpenter Acked-by: Samuel Ortiz Signed-off-by: John W. Linville --- Reading git-diff-tree failed