aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 4776fd85514f..64717c171b15 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -2660,8 +2660,7 @@ lpfc_cleanup(struct lpfc_vport *vport)
2660 "usgmap:x%x refcnt:%d\n", 2660 "usgmap:x%x refcnt:%d\n",
2661 ndlp->nlp_DID, (void *)ndlp, 2661 ndlp->nlp_DID, (void *)ndlp,
2662 ndlp->nlp_usg_map, 2662 ndlp->nlp_usg_map,
2663 atomic_read( 2663 kref_read(&ndlp->kref));
2664 &ndlp->kref.refcount));
2665 } 2664 }
2666 break; 2665 break;
2667 } 2666 }