aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/qla4xxx/ql4_os.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index ae5d512bf43b..0048a3facd7a 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -3980,9 +3980,6 @@ static void qla4xxx_build_st_list(struct scsi_qla_host *ha,
3980 if (ret == QLA_ERROR) 3980 if (ret == QLA_ERROR)
3981 break; 3981 break;
3982 3982
3983 if (qla4xxx_verify_boot_idx(ha, idx) != QLA_SUCCESS)
3984 goto continue_next_st;
3985
3986 /* Check if ST, add to the list_st */ 3983 /* Check if ST, add to the list_st */
3987 if (strlen((char *) fw_ddb_entry->iscsi_name) != 0) 3984 if (strlen((char *) fw_ddb_entry->iscsi_name) != 0)
3988 goto continue_next_st; 3985 goto continue_next_st;