Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64101
b: refs/heads/master
c: 1989191
h: refs/heads/master
i:
  64099: d62d7e6
v: v3
  • Loading branch information
Vu Pham authored and Roland Dreier committed Aug 3, 2007
1 parent 707d417 commit 8cee32a
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: 3d1ff48da760968793f3c36672961ffd23088787
refs/heads/master: 198919151dea65d83dd0fb66979b1df28402f2b0
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static int mlx4_ib_poll_one(struct mlx4_ib_cq *cq,
wc->opcode = IB_WC_SEND;
break;
case MLX4_OPCODE_RDMA_READ:
wc->opcode = IB_WC_SEND;
wc->opcode = IB_WC_RDMA_READ;
wc->byte_len = be32_to_cpu(cqe->byte_cnt);
break;
case MLX4_OPCODE_ATOMIC_CS:
Expand Down

0 comments on commit 8cee32a

Please sign in to comment.