IB/mlx4: Remove extra code for RESET->ERR QP state transition
authorRoland Dreier <rolandd@cisco.com>
Tue, 15 Jul 2008 06:48:46 +0000 (23:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 15 Jul 2008 06:48:46 +0000 (23:48 -0700)
commit7c27f358209a8ce7c57b584346d7b611e823f1b1
tree2978eba94e5b3a7e64086291c58c9dff8a7d231b
parentd3809ad0972297fbc7ef0585049ef465d9d8d79d
IB/mlx4: Remove extra code for RESET->ERR QP state transition

Commit 65adfa91 ("IB/mlx4: Fix RESET to RESET and RESET to ERROR
transitions") added some extra code to handle a QP state transition
from RESET to ERROR.  However, the latest 1.2.1 version of the IB spec
has clarified that this transition is actually not allowed, so we can
remove this extra code again.

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