scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.c
authorJames Smart <jsmart2021@gmail.com>
Mon, 12 Apr 2021 01:31:25 +0000 (18:31 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Apr 2021 05:39:14 +0000 (01:39 -0400)
commit5b1f5089b6e65a8a146ae9d0c69708d369c349e4
treeb2c8267aa350e647df7fea325a2e2cd9979ade0d
parentf115612528b8e25ff01b6749e0ac61ff6a0f51a0
scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.c

During code inspection, several cases of creating a dynamic attribute names
in logs messages using a define was found. This is unnecessary.

Place the native symbol name in the log messages.

Link: https://lore.kernel.org/r/20210412013127.2387-15-jsmart2021@gmail.com
Co-developed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_attr.c