use requested rather than requesting port Found and fixed by Daniel Klein <[email protected]>
Signed-off-by: Hal Rosenstock <[email protected]> --- opensm/osm_sa_portinfo_record.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_sa_portinfo_record.c b/opensm/osm_sa_portinfo_record.c index e8631a1..6a2a520 100644 --- a/opensm/osm_sa_portinfo_record.c +++ b/opensm/osm_sa_portinfo_record.c @@ -109,7 +109,7 @@ static ib_api_status_t pir_rcv_new_pir(IN osm_sa_t * sa, /* Does requested port have an extended link speed active ? */ if (osm_node_get_type(p_physp->p_node) == IB_NODE_TYPE_SWITCH) { - p_physp0 = osm_node_get_physp_ptr(p_ctxt->p_req_physp->p_node, 0); + p_physp0 = osm_node_get_physp_ptr(p_physp->p_node, 0); p_pi = &p_physp0->port_info; } else p_pi = (ib_port_info_t *) &p_physp->port_info; -- 1.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
