aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hbadisc.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_hbadisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c
index a345dde16c86..2a6866e63aae 100644
--- a/drivers/scsi/lpfc/lpfc_hbadisc.c
+++ b/drivers/scsi/lpfc/lpfc_hbadisc.c
@@ -2614,7 +2614,7 @@ lpfc_mbx_process_link_up(struct lpfc_hba *phba, READ_LA_VAR *la)
2614 if (unlikely(!fcf_record)) { 2614 if (unlikely(!fcf_record)) {
2615 lpfc_printf_log(phba, KERN_ERR, 2615 lpfc_printf_log(phba, KERN_ERR,
2616 LOG_MBOX | LOG_SLI, 2616 LOG_MBOX | LOG_SLI,
2617 "2554 Could not allocate memmory for " 2617 "2554 Could not allocate memory for "
2618 "fcf record\n"); 2618 "fcf record\n");
2619 rc = -ENODEV; 2619 rc = -ENODEV;
2620 goto out; 2620 goto out;