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:
4e37b95
)
IB/mthca: Fix modify QP error path
author
Roland Dreier
<rolandd@cisco.com>
Fri, 24 Mar 2006 23:47:30 +0000
(15:47 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 24 Mar 2006 23:47:30 +0000
(15:47 -0800)
If the call to mthca_MODIFY_QP() failed, then mthca_modify_qp() would
still do some things it shouldn't, such as store away attributes for
special QPs. Fix this, and simplify the code, by simply jumping to
the exit path if mthca_MODIFY_QP() fails.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found