diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 3 |
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) | |||
527 | /* Set up error attention (ERATT) polling timer */ | 527 | /* Set up error attention (ERATT) polling timer */ |
528 | mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL); | 528 | mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL); |
529 | 529 | ||
530 | /* Check if the port is disabled */ | ||
531 | lpfc_sli_read_serdes_param(phba); | ||
532 | |||
533 | if (phba->hba_flag & LINK_DISABLED) { | 530 | if (phba->hba_flag & LINK_DISABLED) { |
534 | lpfc_printf_log(phba, | 531 | lpfc_printf_log(phba, |
535 | KERN_ERR, LOG_INIT, | 532 | KERN_ERR, LOG_INIT, |