diff mbox

[TRIVIAL] opensm/osm_congestion_control.c: Fix initialization hex string

Message ID 1343755099.18615.421.camel@auk59.llnl.gov (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Al Chu July 31, 2012, 5:18 p.m. UTC
Use something more professional.

Signed-off-by: Albert Chu <chu11@llnl.gov>
---
 opensm/osm_congestion_control.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Alex Netes Aug. 1, 2012, 8:14 p.m. UTC | #1
Hi Albert,

On 10:18 Tue 31 Jul     , Albert Chu wrote:
> Use something more professional.
> 
> Signed-off-by: Albert Chu <chu11@llnl.gov>
> ---

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 mbox

Patch

diff --git a/opensm/osm_congestion_control.c b/opensm/osm_congestion_control.c
index 640f3fa..f3ba431 100644
--- a/opensm/osm_congestion_control.c
+++ b/opensm/osm_congestion_control.c
@@ -56,7 +56,7 @@ 
 #include <opensm/osm_subnet.h>
 #include <opensm/osm_congestion_control.h>
 
-#define CONGESTION_CONTROL_INITIAL_TID_VALUE 0xbabe
+#define CONGESTION_CONTROL_INITIAL_TID_VALUE 0x7A93
 
 static void cc_mad_post(osm_congestion_control_t *p_cc,
 			osm_madw_t *p_madw,