diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-01-29 11:44:06 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-02-02 21:50:25 -0500 |
commit | 873c82ed165a345fa381415b9734d26e9af4ec96 (patch) | |
tree | 62bb559f2768e887987c1f7dffeef126908b0cbf /drivers/message/fusion/mptbase.h | |
parent | 5a9c47b1344b514758d5d7f193c672850390cc36 (diff) |
[SCSI] fusion - added mptspi debug
helpful debug for mptspi module
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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index f82a817de81f..a0ce2f4e33f9 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -791,12 +791,6 @@ typedef struct _mpt_sge { | |||
791 | #define ddvprintk(x) | 791 | #define ddvprintk(x) |
792 | #endif | 792 | #endif |
793 | 793 | ||
794 | #ifdef MPT_DEBUG_NEGO | ||
795 | #define dnegoprintk(x) printk x | ||
796 | #else | ||
797 | #define dnegoprintk(x) | ||
798 | #endif | ||
799 | |||
800 | #if defined(MPT_DEBUG_DV) || defined(MPT_DEBUG_DV_TINY) | 794 | #if defined(MPT_DEBUG_DV) || defined(MPT_DEBUG_DV_TINY) |
801 | #define ddvtprintk(x) printk x | 795 | #define ddvtprintk(x) printk x |
802 | #else | 796 | #else |