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:
ddc01b3
)
drivers/net: Add missing unlock
author
Julia Lawall
<julia@diku.dk>
Mon, 29 Mar 2010 05:35:05 +0000
(
05:35
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 31 Mar 2010 06:03:18 +0000
(23:03 -0700)
Unlock the lock before leaving the function.
A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@r exists@
expression E1;
identifier f;
@@
f (...) { <+...
* spin_lock_irqsave (E1,...);
... when != E1
* return ...;
...+> }
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sgiseeq.c
patch
|
blob
|
history
diff --cc
drivers/net/sgiseeq.c
Simple merge