IB/mlx4: Fix opcode returned in RDMA read completion
authorVu Pham <vu@mellanox.com>
Fri, 3 Aug 2007 21:25:48 +0000 (14:25 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 3 Aug 2007 21:29:06 +0000 (14:29 -0700)
commit198919151dea65d83dd0fb66979b1df28402f2b0
treee12875f99e99ddb41352332c09ae4e58a7187287
parent3d1ff48da760968793f3c36672961ffd23088787
IB/mlx4: Fix opcode returned in RDMA read completion

Current code has a cut-and-paste error and returns IB_WC_SEND when it
should return IB_WC_RDMA_READ.

Signed-off-by: Vu Pham <vu@mellanox.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/cq.c