From: Dan Carpenter Date: Wed, 26 May 2010 05:16:48 +0000 (+0000) Subject: caif: unlock on error path in cfserl_receive() X-Git-Tag: v2.6.35-rc2~64^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dc875f90a7b88a9fa476c256345c0d40fcdf6c;p=pandora-kernel.git caif: unlock on error path in cfserl_receive() There was an spin_unlock missing on the error path. The spin_lock was tucked in with the declarations so it was hard to spot. I added a new line. Signed-off-by: Dan Carpenter Acked-by: Sjur Brændeland Signed-off-by: David S. Miller --- Reading git-diff-tree failed