summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.h
diff options
context:
space:
mode:
authorJoe Perches2018-09-17 17:01:14 +0200
committerMartin K. Petersen2018-10-11 04:00:44 +0200
commit16e8b9631a28f2707eda59963e2ffe6f80eecd48 (patch)
tree0c3d7428764089ff8264e018bb508731799c9243 /drivers/scsi/mpt3sas/mpt3sas_base.h
parentscsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levels (diff)
downloadkernel-qcow2-linux-16e8b9631a28f2707eda59963e2ffe6f80eecd48.tar.gz
kernel-qcow2-linux-16e8b9631a28f2707eda59963e2ffe6f80eecd48.tar.xz
kernel-qcow2-linux-16e8b9631a28f2707eda59963e2ffe6f80eecd48.zip
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>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpt3sas_base.h')
-rw-r--r--drivers/scsi/mpt3sas/mpt3sas_base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h
index 941a4faf20be..8f1d6b071b39 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_base.h
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
@@ -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, ...) \