commit | af93fb5dcc6b1cba5fd0861d349b3f9c93144bc0 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Fri Sep 10 11:14:48 2010 -0500 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Sep 28 10:46:29 2010 -0700 |
tree | 9fde36683bb652635ed8d8a45abd0178a2c11803 | |
parent | c8e081a1bf11c5cbac5f2f9f53c040be61d7b29e [diff] |
RDMA/cxgb4: Don't use null ep ptr 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>