IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp
authorArthur Jones <arthur.jones@qlogic.com>
Fri, 6 Jul 2007 19:48:58 +0000 (12:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 10 Jul 2007 03:12:26 +0000 (20:12 -0700)
commit4f5973fd3bed9dbff0940ad6cc918be64a17b3e4
tree1d5a5f1433da4138e228d9cbfddf926a7daf5d46
parent3588423fbab1cfaf839e67378897e232a054f317
IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp

The changeset 3859e39d ("IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC
and IB_QP_MAX_QP_RD_ATOMIC") added support for larger RD_ATOMIC values,
but it failed to take out the stricter checks that were before these and
hence had no effect.  This patch takes out the bogus checks....

Signed-off-by: Arthur Jones <arthur.jones@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_qp.c