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:
ce29d72
)
IB/ehca: Fix mismatched spin_unlock in irq handler
author
Hoang-Nam Nguyen
<hnguyen@linux.vnet.ibm.com>
Fri, 19 Jan 2007 21:50:10 +0000
(22:50 +0100)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 23 Jan 2007 01:03:55 +0000
(17:03 -0800)
The lock is taken with _irqsave and hence must be released with
_irqrestore on all paths.
Signed-off-by Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found