[SCSI] libfc: LOGO response code had extraeous enter_rtv
authorJoe Eykholt <jeykholt@cisco.com>
Tue, 25 Aug 2009 21:03:42 +0000 (14:03 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 10 Sep 2009 17:08:01 +0000 (12:08 -0500)
commit68a1750b46ad5177f7703081b5fe85624f1aa62b
treee7e357ecc2cd3a6d50d890fd4750c0746443eb7d
parentfeab4ae73031699fcf92a88f4b1e4ec1b14157a5
[SCSI] libfc: LOGO response code had extraeous enter_rtv

fc_rport_logo_resp() had a call to fc_rport_enter_rtv() if the
LOGO was accepted.  This must've been a copy/paste mistake, but
it didn't matter since we don't stay in the LOGO state long enough
to hit this code.

Change fc_rport_logo_resp() to just enter the delete state
no matter what.

Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libfc/fc_rport.c