diff options
-rw-r--r-- | drivers/infiniband/hw/mlx4/qp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx4/qp.c b/drivers/infiniband/hw/mlx4/qp.c index 5cd706908450..9c362fa71465 100644 --- a/drivers/infiniband/hw/mlx4/qp.c +++ b/drivers/infiniband/hw/mlx4/qp.c | |||
@@ -694,7 +694,7 @@ int mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, | |||
694 | } | 694 | } |
695 | 695 | ||
696 | if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC && | 696 | if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC && |
697 | attr->max_dest_rd_atomic > 1 << dev->dev->caps.max_qp_dest_rdma) { | 697 | attr->max_dest_rd_atomic > dev->dev->caps.max_qp_dest_rdma) { |
698 | goto out; | 698 | goto out; |
699 | } | 699 | } |
700 | 700 | ||