projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42543fb
)
qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.
author
Chad Dupuis
<chad.dupuis@qlogic.com>
Fri, 11 Apr 2014 20:54:33 +0000
(16:54 -0400)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 19 May 2014 11:31:03 +0000
(13:31 +0200)
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>
drivers/scsi/qla2xxx/qla_init.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_init.c
b/drivers/scsi/qla2xxx/qla_init.c
index 3260ec565d034266d8512c2da800e98654ede785..2d97d7c146e4ab9dd454abc75ac87433c7257636 100644
(file)
--- 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)
;
}
}
}