Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56744
b: refs/heads/master
c: 59b0ed1
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed May 19, 2007
1 parent 2fb98b5 commit fc8543c
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: 23c15c21d34a4b4b4d7b9a95ce498991c5339c77
refs/heads/master: 59b0ed121297b57abb2352bdc8313959e7cb5635
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 @@ -1238,7 +1238,7 @@ int mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
*/
wmb();

if (wr->opcode < 0 || wr->opcode > ARRAY_SIZE(mlx4_ib_opcode)) {
if (wr->opcode < 0 || wr->opcode >= ARRAY_SIZE(mlx4_ib_opcode)) {
err = -EINVAL;
goto out;
}
Expand Down

0 comments on commit fc8543c

Please sign in to comment.