Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57013
b: refs/heads/master
c: 8fd357a
h: refs/heads/master
i:
  57011: 9635099
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed May 24, 2007
1 parent a132ed2 commit 963f093
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: 65a2c841d68ae3402ea4cad8d00fe4b9b0a5bc80
refs/heads/master: 8fd357a6e3375083f7d321413eb8f6739491f342
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ void ipoib_cm_dev_stop(struct net_device *dev)
while (!list_empty(&priv->cm.rx_error_list) ||
!list_empty(&priv->cm.rx_flush_list) ||
!list_empty(&priv->cm.rx_drain_list)) {
if (!time_after(jiffies, begin + 5 * HZ)) {
if (time_after(jiffies, begin + 5 * HZ)) {
ipoib_warn(priv, "RX drain timing out\n");

/*
Expand Down

0 comments on commit 963f093

Please sign in to comment.