Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122172
b: refs/heads/master
c: e6a1762
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent de38cd6 commit b60beec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3ed7cc0f8b29da4304825a7bcef25fc83f84c1ae
refs/heads/master: e6a176228a38d74c0360ca586146bd45a2ac2d60
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/mcg.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ int mlx4_multicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],

if (block_mcast_loopback)
mgm->qp[members_count++] = cpu_to_be32((qp->qpn & MGM_QPN_MASK) |
(1 << MGM_BLCK_LB_BIT));
(1U << MGM_BLCK_LB_BIT));
else
mgm->qp[members_count++] = cpu_to_be32(qp->qpn & MGM_QPN_MASK);

Expand Down

0 comments on commit b60beec

Please sign in to comment.