projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f95a47
)
scsi: mpt3sas: Remove unused macro MPT3SAS_FMT
author
Joe Perches
<joe@perches.com>
Mon, 17 Sep 2018 15:01:14 +0000
(08:01 -0700)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 11 Oct 2018 02:00:44 +0000
(22:00 -0400)
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>
drivers/scsi/mpt3sas/mpt3sas_base.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/mpt3sas/mpt3sas_base.h
b/drivers/scsi/mpt3sas/mpt3sas_base.h
index
941a4fa
..
8f1d6b0
100644
(file)
--- 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, ...) \