From: Honggang Li <honli@xxxxxxxxxx> Signed-off-by: Honggang Li <honli@xxxxxxxxxx> --- opensm/osm_mlnx_ext_port_info_rcv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opensm/osm_mlnx_ext_port_info_rcv.c b/opensm/osm_mlnx_ext_port_info_rcv.c index 8151bbce..e4f8521e 100644 --- a/opensm/osm_mlnx_ext_port_info_rcv.c +++ b/opensm/osm_mlnx_ext_port_info_rcv.c @@ -73,9 +73,10 @@ void osm_mlnx_epi_rcv_process(IN void *context, IN void *data) ib_net64_t port_guid, node_guid; uint8_t port_num, portnum, start_port = 1; + CL_ASSERT(sm); + OSM_LOG_ENTER(sm->p_log); - CL_ASSERT(sm); CL_ASSERT(p_madw); p_smp = osm_madw_get_smp_ptr(p_madw); -- 2.14.4