Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327815
b: refs/heads/master
c: e5619c1
h: refs/heads/master
i:
  327813: 854af79
  327811: 8effb8f
  327807: 47d27a5
v: v3
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Sep 5, 2012
1 parent 03e02cc commit 5479ee8
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: c6c13965f4ffca6163af0c9419095aedc103648c
refs/heads/master: e5619c120d2502eab37265250d4f2b2dc16d4e71
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/cxgb4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ static int ring_kernel_db(struct c4iw_qp *qhp, u32 qid, u16 inc)
*/
if (cxgb4_dbfifo_count(qhp->rhp->rdev.lldi.ports[0], 1) <
(qhp->rhp->rdev.lldi.dbfifo_int_thresh << 5)) {
writel(V_QID(qid) | V_PIDX(inc), qhp->wq.db);
writel(QID(qid) | PIDX(inc), qhp->wq.db);
break;
}
set_current_state(TASK_UNINTERRUPTIBLE);
Expand Down

0 comments on commit 5479ee8

Please sign in to comment.