* [GIT PULL] please pull infiniband.git (one-liner fix for 2.6.18)
@ 2006-09-19 19:13 Roland Dreier
0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2006-09-19 19:13 UTC (permalink / raw)
To: torvalds; +Cc: openib-general, linux-kernel
Linus, please pull from
master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus
This tree is also available from kernel.org mirrors at:
git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus
This contains another one-liner that fixes a regression from 2.6.17:
Jack Morgenstein:
IB/mthca: Fix lid used for sending traps
drivers/infiniband/hw/mthca/mthca_mad.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/infiniband/hw/mthca/mthca_mad.c b/drivers/infiniband/hw/mthca/mthca_mad.c
index d9bc030..45e106f 100644
--- a/drivers/infiniband/hw/mthca/mthca_mad.c
+++ b/drivers/infiniband/hw/mthca/mthca_mad.c
@@ -119,7 +119,7 @@ static void smp_snoop(struct ib_device *
mthca_update_rate(to_mdev(ibdev), port_num);
update_sm_ah(to_mdev(ibdev), port_num,
- be16_to_cpu(pinfo->lid),
+ be16_to_cpu(pinfo->sm_lid),
pinfo->neighbormtu_mastersmsl & 0xf);
event.device = ibdev;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-19 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-19 19:13 [GIT PULL] please pull infiniband.git (one-liner fix for 2.6.18) Roland Dreier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox