scsi: mpt3sas: Remove unused macro MPT3SAS_FMT

All the uses have been removed, delete the macro.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Suganath Prabu <suganath-prabu.subramani@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Joe Perches 2018-09-17 08:01:14 -07:00 committed by Martin K. Petersen
parent 1f95a47eec
commit 16e8b9631a
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ struct mpt3sas_nvme_cmd {
/*
* logging format
*/
#define MPT3SAS_FMT "%s: "
#define ioc_err(ioc, fmt, ...) \
pr_err("%s: " fmt, (ioc)->name, ##__VA_ARGS__)
#define ioc_notice(ioc, fmt, ...) \