All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  use transportable constant attributes
@ 2009-10-07 16:32 Stan C. Smith
  2009-10-12 21:44 ` Sasha Khapyorsky
  0 siblings, 1 reply; 2+ messages in thread
From: Stan C. Smith @ 2009-10-07 16:32 UTC (permalink / raw)
  To: 'Sasha Khapyorsky'; +Cc: ofw, 'linux-rdma'


Signed-off-by: stan smith <stan.smith@intel.com>

diff --git a/opensm/libvendor/osm_vendor_ibumad.c b/opensm/libvendor/osm_vendor_ibumad.c
index e5f0c54..8d3c680 100644
--- a/opensm/libvendor/osm_vendor_ibumad.c
+++ b/opensm/libvendor/osm_vendor_ibumad.c
@@ -126,7 +126,7 @@ Exit:
 static osm_madw_t *get_madw(osm_vendor_t * p_vend, ib_net64_t * tid)
 {
 	umad_match_t *m, *e;
-	ib_net64_t mtid = (*tid & CL_HTON64(0x00000000ffffffffllu));
+	ib_net64_t mtid = (*tid & CL_HTON64(0x00000000ffffffffULL));
 	osm_madw_t *res;
 
 	/*

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH]  use transportable constant attributes
  2009-10-07 16:32 [PATCH] use transportable constant attributes Stan C. Smith
@ 2009-10-12 21:44 ` Sasha Khapyorsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sasha Khapyorsky @ 2009-10-12 21:44 UTC (permalink / raw)
  To: Stan C. Smith; +Cc: ofw, 'linux-rdma'

On 09:32 Wed 07 Oct     , Stan C. Smith wrote:
> 
> Signed-off-by: stan smith <stan.smith@intel.com>

Applied. Thanks.

Sasha

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-12 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-07 16:32 [PATCH] use transportable constant attributes Stan C. Smith
2009-10-12 21:44 ` Sasha Khapyorsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.