aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2009-07-19 10:01:16 -0400
committerJames Bottomley <James.Bottomley@suse.de>2009-08-22 17:51:57 -0500
commit8568a4d2495ebcf5da38a2141c7633399143b1a5 (patch)
treeca36764ce8d8703339e408b93ccfd06ec165eefd /drivers/scsi/lpfc/lpfc_init.c
parent[SCSI] lpfc 8.3.4: Consistently Implement persistent port disable (diff)
downloadlinux-dev-8568a4d2495ebcf5da38a2141c7633399143b1a5.tar.xz
linux-dev-8568a4d2495ebcf5da38a2141c7633399143b1a5.zip
[SCSI] lpfc 8.3.4: Various SLI3 fixes
Various SLI3 fixes - Fix for firmware dump failure - Fix inband remote management Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 900b5628ceb9..dc561e3c8b92 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -527,9 +527,6 @@ lpfc_config_port_post(struct lpfc_hba *phba)
/* Set up error attention (ERATT) polling timer */
mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL);
- /* Check if the port is disabled */
- lpfc_sli_read_serdes_param(phba);
-
if (phba->hba_flag & LINK_DISABLED) {
lpfc_printf_log(phba,
KERN_ERR, LOG_INIT,