Signed-off-by: Honggang Li <honli@xxxxxxxxxx> --- opensm/osm_sa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/opensm/osm_sa.c b/opensm/osm_sa.c index 24520a752a7e..ca793aa3c9ff 100644 --- a/opensm/osm_sa.c +++ b/opensm/osm_sa.c @@ -336,10 +336,8 @@ ib_api_status_t osm_sa_bind(IN osm_sa_t * p_sa, IN ib_net64_t port_guid) OSM_LOG(p_sa->p_log, OSM_LOG_ERROR, "ERR 4C03: " "SA MAD Controller bind failed (%s)\n", ib_get_err_str(status)); - goto Exit; } -Exit: OSM_LOG_EXIT(p_sa->p_log); return status; } -- 2.15.0-rc1