diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 4c83ff81d79b..f8cfeb0e91a6 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -2012,8 +2012,10 @@ qla2x00_configure_loop(scsi_qla_host_t *ha) | |||
2012 | if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) { | 2012 | if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) { |
2013 | if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) | 2013 | if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) |
2014 | set_bit(LOCAL_LOOP_UPDATE, &ha->dpc_flags); | 2014 | set_bit(LOCAL_LOOP_UPDATE, &ha->dpc_flags); |
2015 | if (test_bit(RSCN_UPDATE, &save_flags)) | 2015 | if (test_bit(RSCN_UPDATE, &save_flags)) { |
2016 | ha->flags.rscn_queue_overflow = 1; | ||
2016 | set_bit(RSCN_UPDATE, &ha->dpc_flags); | 2017 | set_bit(RSCN_UPDATE, &ha->dpc_flags); |
2018 | } | ||
2017 | } | 2019 | } |
2018 | 2020 | ||
2019 | return (rval); | 2021 | return (rval); |