diff options
author | James Bottomley <James.Bottomley@suse.de> | 2011-01-23 09:19:00 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-01-24 13:05:38 -0500 |
commit | 96db6fa992570bfa46da8428fa466ee6b18e39d6 (patch) | |
tree | e0a4a7ce562ba967850bad259b4952a738f0093f /drivers/scsi/libsas/sas_dump.c | |
parent | 75c0b3867b3d3ed17142888cd4f334fbee20e3f7 (diff) |
[SCSI] libsas: convert to standard kernel debugging
Instead of using a config option for debugging, just dump the
messages with KERN_DEBUG.
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/libsas/sas_dump.c')
-rw-r--r-- | drivers/scsi/libsas/sas_dump.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/libsas/sas_dump.c b/drivers/scsi/libsas/sas_dump.c index c17c25030f1c..fc460933575c 100644 --- a/drivers/scsi/libsas/sas_dump.c +++ b/drivers/scsi/libsas/sas_dump.c | |||
@@ -24,8 +24,6 @@ | |||
24 | 24 | ||
25 | #include "sas_dump.h" | 25 | #include "sas_dump.h" |
26 | 26 | ||
27 | #ifdef SAS_DEBUG | ||
28 | |||
29 | static const char *sas_hae_str[] = { | 27 | static const char *sas_hae_str[] = { |
30 | [0] = "HAE_RESET", | 28 | [0] = "HAE_RESET", |
31 | }; | 29 | }; |
@@ -72,5 +70,3 @@ void sas_dump_port(struct asd_sas_port *port) | |||
72 | SAS_DPRINTK("port%d: oob_mode:0x%x\n", port->id, port->oob_mode); | 70 | SAS_DPRINTK("port%d: oob_mode:0x%x\n", port->id, port->oob_mode); |
73 | SAS_DPRINTK("port%d: num_phys:%d\n", port->id, port->num_phys); | 71 | SAS_DPRINTK("port%d: num_phys:%d\n", port->id, port->num_phys); |
74 | } | 72 | } |
75 | |||
76 | #endif /* SAS_DEBUG */ | ||