diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 833a6429d9b9..f4cd2cd874b9 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -2559,7 +2559,8 @@ qla2x00_find_all_fabric_devs(scsi_qla_host_t *ha, struct list_head *new_fcports) | |||
2559 | } else if (qla2x00_gnn_id(ha, swl) != QLA_SUCCESS) { | 2559 | } else if (qla2x00_gnn_id(ha, swl) != QLA_SUCCESS) { |
2560 | kfree(swl); | 2560 | kfree(swl); |
2561 | swl = NULL; | 2561 | swl = NULL; |
2562 | } else if (qla2x00_gfpn_id(ha, swl) == QLA_SUCCESS) { | 2562 | } else if (ql2xiidmaenable && |
2563 | qla2x00_gfpn_id(ha, swl) == QLA_SUCCESS) { | ||
2563 | qla2x00_gpsc(ha, swl); | 2564 | qla2x00_gpsc(ha, swl); |
2564 | } | 2565 | } |
2565 | } | 2566 | } |