Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72289
b: refs/heads/master
c: fd31256
h: refs/heads/master
i:
  72287: 3acc838
v: v3
  • Loading branch information
Roland Dreier committed Oct 18, 2007
1 parent de4fa00 commit a449e70
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: 8da9ee9c1ec9036d8fad82f6ddbc4d15143cc6ca
refs/heads/master: fd312561adcc90e924f35d3032d5493aeb4c3017
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 @@ -434,7 +434,7 @@ void ipoib_cm_handle_rx_wc(struct net_device *dev, struct ib_wc *wc)
goto repost;
}

if (!likely(wr_id & IPOIB_CM_RX_UPDATE_MASK)) {
if (unlikely(!(wr_id & IPOIB_CM_RX_UPDATE_MASK))) {
p = wc->qp->qp_context;
if (p && time_after_eq(jiffies, p->jiffies + IPOIB_CM_RX_UPDATE_TIME)) {
spin_lock_irqsave(&priv->lock, flags);
Expand Down

0 comments on commit a449e70

Please sign in to comment.