IB/mlx4: Fix check of opcode in mlx4_ib_post_send()
authorRoland Dreier <rolandd@cisco.com>
Sat, 19 May 2007 15:51:58 +0000 (08:51 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sat, 19 May 2007 15:51:58 +0000 (08:51 -0700)
commit59b0ed121297b57abb2352bdc8313959e7cb5635
tree560ade0adc4a3ccf88336ee88fea0f079868862a
parent23c15c21d34a4b4b4d7b9a95ce498991c5339c77
IB/mlx4: Fix check of opcode in mlx4_ib_post_send()

wr->opcode is invalid if it's >= ARRAY_SIZE(mlx4_ib_opcode), not just
strictly >.

This was spotted by the Coverity checker (CID 1643).

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/qp.c