git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c196b02
)
caif: unlock on error path in cfserl_receive()
author
Dan Carpenter
<error27@gmail.com>
Wed, 26 May 2010 05:16:48 +0000
(
05:16
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 29 May 2010 07:18:50 +0000
(
00:18
-0700)
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 <error27@gmail.com>
Acked-by: Sjur Brændeland <sjurbren@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found