Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56738
b: refs/heads/master
c: 1f8f7b7
h: refs/heads/master
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed May 19, 2007
1 parent 6d23b0c commit 5dd3651
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: de57c9f102ad7bdc8afa5a1560748cf4f1c18b8e
refs/heads/master: 1f8f7b7a7b885a0041a21b3d93c507269baf57c8
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ int mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
}

if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC &&
attr->max_dest_rd_atomic > 1 << dev->dev->caps.max_qp_dest_rdma) {
attr->max_dest_rd_atomic > dev->dev->caps.max_qp_dest_rdma) {
goto out;
}

Expand Down

0 comments on commit 5dd3651

Please sign in to comment.