diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-09-29 12:17:21 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:52:19 -0400 |
commit | c51d0beaaed902ef48ed1f3b1834d37b7ffd55e8 (patch) | |
tree | 5d0c5279b079e24876d0d6860bef2bc1e0314561 /drivers/message/fusion/mptbase.h | |
parent | e8206381f5842269691f3164ec0d79b7059bd710 (diff) |
[SCSI] mpt fusion: fix up fusion prints using the sdev_printk, dev_printk, and shost_printk API
Cleaning up prints that use the xxx_printk API, in that the fusion
preamble "mptbase: iocX" follows the info provided by the print API.
The way its currently coded, the [H:C:T] print in sdev_printk will be
inbetween "mptbase" and "iocX", instead of before.
Signed-off-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index eb65c493ce0a..d7682e083f59 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -186,6 +186,7 @@ | |||
186 | * MPT drivers. NOTE: Users of these macro defs must | 186 | * MPT drivers. NOTE: Users of these macro defs must |
187 | * themselves define their own MYNAM. | 187 | * themselves define their own MYNAM. |
188 | */ | 188 | */ |
189 | #define MYIOC_s_FMT MYNAM ": %s: " | ||
189 | #define MYIOC_s_DEBUG_FMT KERN_DEBUG MYNAM ": %s: " | 190 | #define MYIOC_s_DEBUG_FMT KERN_DEBUG MYNAM ": %s: " |
190 | #define MYIOC_s_INFO_FMT KERN_INFO MYNAM ": %s: " | 191 | #define MYIOC_s_INFO_FMT KERN_INFO MYNAM ": %s: " |
191 | #define MYIOC_s_NOTE_FMT KERN_NOTICE MYNAM ": %s: " | 192 | #define MYIOC_s_NOTE_FMT KERN_NOTICE MYNAM ": %s: " |