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 415fbf60de1..d145de0d2c2 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -2064,8 +2064,10 @@ qla2x00_configure_loop(scsi_qla_host_t *vha) | |||
2064 | if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { | 2064 | if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { |
2065 | if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) | 2065 | if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) |
2066 | set_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags); | 2066 | set_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags); |
2067 | if (test_bit(RSCN_UPDATE, &save_flags)) | 2067 | if (test_bit(RSCN_UPDATE, &save_flags)) { |
2068 | set_bit(RSCN_UPDATE, &vha->dpc_flags); | 2068 | set_bit(RSCN_UPDATE, &vha->dpc_flags); |
2069 | vha->flags.rscn_queue_overflow = 1; | ||
2070 | } | ||
2069 | } | 2071 | } |
2070 | 2072 | ||
2071 | return (rval); | 2073 | return (rval); |