Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87163
b: refs/heads/master
c: 4fa4572
h: refs/heads/master
i:
  87161: cc5fcf6
  87159: 227a606
v: v3
  • Loading branch information
Jon Mason authored and Roland Dreier committed Mar 9, 2008
1 parent a7359f1 commit be7ff96
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: 1bab74e691d3c7845df2342d202c0f1c2344c834
refs/heads/master: 4fa45725df0f00c2bf86a0fc2670e88bfe0ceee7
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/cxgb3/iwch_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static struct ib_cq *iwch_create_cq(struct ib_device *ibdev, int entries, int ve
return ERR_PTR(-ENOMEM);
}
chp->rhp = rhp;
chp->ibcq.cqe = (1 << chp->cq.size_log2) - 1;
chp->ibcq.cqe = 1 << chp->cq.size_log2;
spin_lock_init(&chp->lock);
atomic_set(&chp->refcnt, 1);
init_waitqueue_head(&chp->wait);
Expand Down

0 comments on commit be7ff96

Please sign in to comment.