Signed-off-by: Hal Rosenstock <[email protected]>
---
diff --git a/opensm/libvendor/osm_vendor_ibumad.c
b/opensm/libvendor/osm_vendor_ibumad.c
index 5ea79cb..8f9bbf5 100644
--- a/opensm/libvendor/osm_vendor_ibumad.c
+++ b/opensm/libvendor/osm_vendor_ibumad.c
@@ -334,7 +334,7 @@ static void *umad_receiver(void *p_ptr)
if (mad->mgmt_class != IB_MCLASS_SUBN_DIR) {
/* LID routed */
OSM_LOG(p_vend->p_log, OSM_LOG_ERROR,
- "ERR 5410: class 0x%x LID 0x%x\n",
+ "ERR 5410: class 0x%x LID %u\n",
mad->mgmt_class,
cl_ntoh16(ib_mad_addr->lid));
} else {
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html