summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
diff options
context:
space:
mode:
authorChad Dupuis <chad.dupuis@qlogic.com>2014-04-11 16:54:33 -0400
committerChristoph Hellwig <hch@lst.de>2014-05-19 13:31:03 +0200
commit1a5c69bf0c3c157ed438cca4b218aca455b30019 (patch)
treecde829d1f4cd02756b3916d11913d79653566be4 /drivers/scsi/qla2xxx
parent42543fb946b249318e28c511bcf1bd4f80aade5e (diff)
downloadop-kernel-dev-1a5c69bf0c3c157ed438cca4b218aca455b30019.zip
op-kernel-dev-1a5c69bf0c3c157ed438cca4b218aca455b30019.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index 3260ec5..2d97d7c 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);
}
}
}
OpenPOWER on IntegriCloud