Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32807
b: refs/heads/master
c: 624d01f
h: refs/heads/master
i:
  32805: 81d8ae5
  32803: ae8f892
  32799: 069385c
v: v3
  • Loading branch information
Or Gerlitz authored and Roland Dreier committed Jul 24, 2006
1 parent 531c863 commit 822ac69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2527e681fd4fd4231c2e04f09d7b04d3cab8eefe
refs/heads/master: 624d01f899f6bbd75fd06890f231e1f46555d376
8 changes: 4 additions & 4 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,17 +264,17 @@ static int ipoib_mcast_join_finish(struct ipoib_mcast *mcast,
if (!ah) {
ipoib_warn(priv, "ib_address_create failed\n");
} else {
spin_lock_irq(&priv->lock);
mcast->ah = ah;
spin_unlock_irq(&priv->lock);

ipoib_dbg_mcast(priv, "MGID " IPOIB_GID_FMT
" AV %p, LID 0x%04x, SL %d\n",
IPOIB_GID_ARG(mcast->mcmember.mgid),
mcast->ah->ah,
be16_to_cpu(mcast->mcmember.mlid),
mcast->mcmember.sl);
}

spin_lock_irq(&priv->lock);
mcast->ah = ah;
spin_unlock_irq(&priv->lock);
}

/* actually send any queued packets */
Expand Down

0 comments on commit 822ac69

Please sign in to comment.