Message ID | 20181129114259.27680-1-honli@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [opensm] osm_sa.c: osm_sa_bind delete redundant label | expand |
On 11/29/2018 6:42 AM, Honggang Li wrote:
> Signed-off-by: Honggang Li <honli@redhat.com>
Thanks. Applied.
-- Hal
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; }
Signed-off-by: Honggang Li <honli@redhat.com> --- opensm/osm_sa.c | 2 -- 1 file changed, 2 deletions(-)