[ofa-general] [PATCH] opensm/libvendor/osm_vendor_ibumad.c: Fix print of Transaction ID

Ira Weiny weiny2 at llnl.gov
Wed Feb 20 14:02:44 PST 2008


>From 55de3f5d7e6f606c4ba98f136362ffa1b5559334 Mon Sep 17 00:00:00 2001
From: Ira K. Weiny <weiny2 at llnl.gov>
Date: Wed, 20 Feb 2008 11:25:42 -0800
Subject: [PATCH] opensm/libvendor/osm_vendor_ibumad.c: Fix print of Transaction ID


Signed-off-by: Ira K. Weiny <weiny2 at llnl.gov>
---
 opensm/libvendor/osm_vendor_ibumad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opensm/libvendor/osm_vendor_ibumad.c b/opensm/libvendor/osm_vendor_ibumad.c
index 061e5b8..e848f1a 100644
--- a/opensm/libvendor/osm_vendor_ibumad.c
+++ b/opensm/libvendor/osm_vendor_ibumad.c
@@ -195,7 +195,7 @@ put_madw(osm_vendor_t * p_vend, osm_madw_t * p_madw, ib_net64_t * tid)
 	osm_log(p_vend->p_log, OSM_LOG_ERROR,
 		"put_madw: ERR 5402: "
 		"evicting entry %p (tid was 0x%" PRIx64 ")\n", old_lru,
-		old_tid);
+		cl_ntoh64(old_tid));
 }
 
 static void
-- 
1.5.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-opensm-libvendor-osm_vendor_ibumad.c-Fix-print-of-T.patch
Type: application/octet-stream
Size: 867 bytes
Desc: not available
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20080220/f879acef/attachment.obj>


More information about the general mailing list