diff options
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 011e8795545a..aef093db597e 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -1778,6 +1778,9 @@ qla2x00_configure_loop(scsi_qla_host_t *ha) | |||
1778 | set_bit(RSCN_UPDATE, &flags); | 1778 | set_bit(RSCN_UPDATE, &flags); |
1779 | clear_bit(LOCAL_LOOP_UPDATE, &flags); | 1779 | clear_bit(LOCAL_LOOP_UPDATE, &flags); |
1780 | 1780 | ||
1781 | } else if (ha->current_topology == ISP_CFG_N) { | ||
1782 | clear_bit(RSCN_UPDATE, &flags); | ||
1783 | |||
1781 | } else if (!ha->flags.online || | 1784 | } else if (!ha->flags.online || |
1782 | (test_bit(ABORT_ISP_ACTIVE, &flags))) { | 1785 | (test_bit(ABORT_ISP_ACTIVE, &flags))) { |
1783 | 1786 | ||