[ofw] [PATCH] opensm - remove useless goto
Stan C. Smith
stan.smith at intel.com
Mon Nov 9 15:07:29 PST 2009
Signed-off-by: stan smith <stan.smith at intel.com>
diff --git a/opensm/opensm/osm_perfmgr.c b/opensm/opensm/osm_perfmgr.c
index 0999c48..accf9d3 100644
--- a/opensm/opensm/osm_perfmgr.c
+++ b/opensm/opensm/osm_perfmgr.c
@@ -279,7 +279,6 @@ ib_api_status_t osm_perfmgr_bind(osm_perfmgr_t * pm, ib_net64_t port_guid)
OSM_LOG(pm->log, OSM_LOG_ERROR,
"ERR 4C04: Vendor specific bind failed (%s)\n",
ib_get_err_str(status));
- goto Exit;
}
Exit:
More information about the ofw
mailing list