diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 5e84d2a6ada6..35665cfb5689 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -460,7 +460,7 @@ lpfc_config_port_post(struct lpfc_hba *phba) | |||
460 | || ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_16G) | 460 | || ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_16G) |
461 | && !(phba->lmt & LMT_16Gb))) { | 461 | && !(phba->lmt & LMT_16Gb))) { |
462 | /* Reset link speed to auto */ | 462 | /* Reset link speed to auto */ |
463 | lpfc_printf_log(phba, KERN_WARNING, LOG_LINK_EVENT, | 463 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
464 | "1302 Invalid speed for this board: " | 464 | "1302 Invalid speed for this board: " |
465 | "Reset link speed to auto: x%x\n", | 465 | "Reset link speed to auto: x%x\n", |
466 | phba->cfg_link_speed); | 466 | phba->cfg_link_speed); |