qla2xxx: Correct inadvertent loop state transitions during port-update handling.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 16 Aug 2011 18:29:28 +0000 (11:29 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 20:32:01 +0000 (12:32 -0800)
commit17bf51911b8bb8ebfaeaadc66090912026fc5d72
treeffe1a1b96ff4f599fd6683598df0a729c8cc8cb7
parenta435bf341fba2cfb3c366a2946dae41435e7a85b
qla2xxx: Correct inadvertent loop state transitions during port-update handling.

commit 58b48576966ed0afd3f63ef17480ec12748a7119 upstream.

Transitioning to a LOOP_UPDATE loop-state could cause the driver
to miss normal link/target processing.  LOOP_UPDATE is a crufty
artifact leftover from at time the driver performed it's own
internal command-queuing.  Safely remove this state.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_isr.c