commit | bab572f1d42dc79d366095fe939f012c59f603f4 | [log] [tgz] |
---|---|---|
author | Ganesh Goudar <ganeshgr@chelsio.com> | Fri Jan 20 12:32:01 2017 +0530 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jan 24 14:44:01 2017 -0500 |
tree | 67ecee97d3a982347a1af384e94702bd627c73d8 | |
parent | f57e8ca50e23b9e69b2d9f057ca07f9817daab09 [diff] |
iw_cxgb4: Guard against null cm_id in dump_ep/qp Endpoints that are aborting can have already dereferenced the cm_id and set ep->com.cm_id to NULL. So guard against that in dump_ep() and dump_qp(). Also create a common function for setting up ip address pointers since the same logic is needed in several places. Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: Doug Ledford <dledford@redhat.com>