commit | 22655ac22289d7b7def8ef2d72eafe5024bd57fe | [log] [tgz] |
---|---|---|
author | Joe Eykholt <jeykholt@cisco.com> | Wed Oct 21 16:27:22 2009 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:00:29 2009 -0600 |
tree | 2d7803d454239dd2be31a3b39d101c2845e31b71 | |
parent | 1b69bc062c2a4c8f3e15ac69f487afec3aa8d774 [diff] |
[SCSI] libfc: don't WARN_ON in lport_timeout for RESET state It's possible and harmless to get FLOGI timeouts while in RESET state. Don't do a WARN_ON in that case. Also, split out the other WARN_ONs in fc_lport_timeout, so we can tell which one is hit by its line number. 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>