Message ID | 50760755.2090809@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Alex Netes |
Headers | show |
Hi Hal, On 19:40 Wed 10 Oct , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock <hal@mellanox.com> > --- Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/opensm/osm_torus.c b/opensm/osm_torus.c index 49abef8..ec2c5ef 100644 --- a/opensm/osm_torus.c +++ b/opensm/osm_torus.c @@ -8016,7 +8016,7 @@ void torus_update_osm_sl2vl(void *context, osm_physp_t *osm_phys_port, "Error: osm_switch (GUID 0x%04"PRIx64") " "not in our fabric description\n", cl_ntoh64(guid)); - return; + return; } } for (sl = 0; sl < 16; sl++) {
Signed-off-by: Hal Rosenstock <hal@mellanox.com> --- opensm/osm_torus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)