Commit 16e8b963 authored by Joe Perches's avatar Joe Perches Committed by Martin K. Petersen

scsi: mpt3sas: Remove unused macro MPT3SAS_FMT

All the uses have been removed, delete the macro.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarSuganath Prabu <suganath-prabu.subramani@broadcom.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 1f95a47e
...@@ -158,8 +158,6 @@ struct mpt3sas_nvme_cmd { ...@@ -158,8 +158,6 @@ struct mpt3sas_nvme_cmd {
/* /*
* logging format * logging format
*/ */
#define MPT3SAS_FMT "%s: "
#define ioc_err(ioc, fmt, ...) \ #define ioc_err(ioc, fmt, ...) \
pr_err("%s: " fmt, (ioc)->name, ##__VA_ARGS__) pr_err("%s: " fmt, (ioc)->name, ##__VA_ARGS__)
#define ioc_notice(ioc, fmt, ...) \ #define ioc_notice(ioc, fmt, ...) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment