]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/libsas/sas_dump.c
[SCSI] libsas: convert to standard kernel debugging
[karo-tx-linux.git] / drivers / scsi / libsas / sas_dump.c
index c17c25030f1cb3503990ba73e49b6f540fe95272..fc460933575c76e57d4433a40801cf4403333506 100644 (file)
@@ -24,8 +24,6 @@
 
 #include "sas_dump.h"
 
-#ifdef SAS_DEBUG
-
 static const char *sas_hae_str[] = {
        [0] = "HAE_RESET",
 };
@@ -72,5 +70,3 @@ void sas_dump_port(struct asd_sas_port *port)
        SAS_DPRINTK("port%d: oob_mode:0x%x\n", port->id, port->oob_mode);
        SAS_DPRINTK("port%d: num_phys:%d\n", port->id, port->num_phys);
 }
-
-#endif /* SAS_DEBUG */