diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2014-04-11 16:54:33 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-05-19 13:31:03 +0200 |
commit | 1a5c69bf0c3c157ed438cca4b218aca455b30019 (patch) | |
tree | cde829d1f4cd02756b3916d11913d79653566be4 /drivers/scsi/qla2xxx | |
parent | 42543fb946b249318e28c511bcf1bd4f80aade5e (diff) | |
download | blackbird-op-linux-1a5c69bf0c3c157ed438cca4b218aca455b30019.tar.gz blackbird-op-linux-1a5c69bf0c3c157ed438cca4b218aca455b30019.zip |
qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 3260ec565d03..2d97d7c146e4 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -3407,7 +3407,7 @@ qla2x00_configure_fabric(scsi_qla_host_t *vha) fcport->d_id.b.domain, fcport->d_id.b.area, fcport->d_id.b.al_pa); - fcport->loop_id = FC_NO_LOOP_ID; + qla2x00_clear_loop_id(fcport); } } } |