From: Joe Eykholt Date: Tue, 25 Aug 2009 21:03:42 +0000 (-0700) Subject: [SCSI] libfc: LOGO response code had extraeous enter_rtv X-Git-Tag: v2.6.32-rc1~689^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a1750b46ad5177f7703081b5fe85624f1aa62b;p=pandora-kernel.git [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 Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed