diff options
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | 2010-10-07 01:51:09 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-25 15:54:16 -0400 |
commit | d64eab764aaf1455d4cd790e3651a2d65b69e661 (patch) | |
tree | cd48c552c788c31da19694a70f648b4682b0cc62 /drivers/scsi/qla4xxx/ql4_nx.c | |
parent | 7b3595df0e064c8d85ddb6836aaa2af3956fb2ba (diff) |
[SCSI] qla4xxx: remove unwanted check for bad spd
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Ravi Anand <ravi.anand@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_nx.c')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_nx.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_nx.c b/drivers/scsi/qla4xxx/ql4_nx.c index 74582cb46a28..474b10d71364 100644 --- a/drivers/scsi/qla4xxx/ql4_nx.c +++ b/drivers/scsi/qla4xxx/ql4_nx.c | |||
@@ -1081,21 +1081,6 @@ qla4_8xxx_pinit_from_rom(struct scsi_qla_host *ha, int verbose) | |||
1081 | return 0; | 1081 | return 0; |
1082 | } | 1082 | } |
1083 | 1083 | ||
1084 | static int qla4_8xxx_check_for_bad_spd(struct scsi_qla_host *ha) | ||
1085 | { | ||
1086 | u32 val = 0; | ||
1087 | val = qla4_8xxx_rd_32(ha, BOOT_LOADER_DIMM_STATUS) ; | ||
1088 | val &= QLA82XX_BOOT_LOADER_MN_ISSUE; | ||
1089 | if (val & QLA82XX_PEG_TUNE_MN_SPD_ZEROED) { | ||
1090 | printk("Memory DIMM SPD not programmed. Assumed valid.\n"); | ||
1091 | return 1; | ||
1092 | } else if (val) { | ||
1093 | printk("Memory DIMM type incorrect. Info:%08X.\n", val); | ||
1094 | return 2; | ||
1095 | } | ||
1096 | return 0; | ||
1097 | } | ||
1098 | |||
1099 | static int | 1084 | static int |
1100 | qla4_8xxx_load_from_flash(struct scsi_qla_host *ha, uint32_t image_start) | 1085 | qla4_8xxx_load_from_flash(struct scsi_qla_host *ha, uint32_t image_start) |
1101 | { | 1086 | { |
@@ -1380,8 +1365,6 @@ static int qla4_8xxx_cmdpeg_ready(struct scsi_qla_host *ha, int pegtune_val) | |||
1380 | 1365 | ||
1381 | } while (--retries); | 1366 | } while (--retries); |
1382 | 1367 | ||
1383 | qla4_8xxx_check_for_bad_spd(ha); | ||
1384 | |||
1385 | if (!retries) { | 1368 | if (!retries) { |
1386 | pegtune_val = qla4_8xxx_rd_32(ha, | 1369 | pegtune_val = qla4_8xxx_rd_32(ha, |
1387 | QLA82XX_ROMUSB_GLB_PEGTUNE_DONE); | 1370 | QLA82XX_ROMUSB_GLB_PEGTUNE_DONE); |