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:
e23d6d2
)
[IB] Fix leak on MAD initialization failure
author
Roland Dreier
<rolandd@cisco.com>
Thu, 6 Oct 2005 20:28:16 +0000
(13:28 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Mon, 17 Oct 2005 22:20:28 +0000
(15:20 -0700)
There is a bug in ib_mad_init_device(): if ib_agent_port_open() fails
for a given port, then the current code doesn't call ib_mad_port_close()
for that port.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found