Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129904
b: refs/heads/master
c: 3c20962
h: refs/heads/master
v: v3
  • Loading branch information
Yossi Etigin authored and Roland Dreier committed Jan 16, 2009
1 parent d1130e5 commit f35b58e
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: cbbe1efa4972350286b52cb48aefaa11e198c0fb
refs/heads/master: 3c20962086b0ceb5498ba840e5a91bf4a692aae9
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ static int ipoib_mcast_join_complete(int status,
}

if (mcast->logcount++ < 20) {
if (status == -ETIMEDOUT) {
if (status == -ETIMEDOUT || status == -EAGAIN) {
ipoib_dbg_mcast(priv, "multicast join failed for %pI6, status %d\n",
mcast->mcmember.mgid.raw, status);
} else {
Expand Down

0 comments on commit f35b58e

Please sign in to comment.