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:
c8e081a
)
RDMA/cxgb4: Don't use null ep ptr
author
Steve Wise
<swise@opengridcomputing.com>
Fri, 10 Sep 2010 16:14:48 +0000
(11:14 -0500)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 28 Sep 2010 17:46:29 +0000
(10:46 -0700)
In c4iw_modify_qp() error path, only use qhp->ep if ep is not already set.
Otherwise qhp->ep can be NULL and we crash.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found