All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] Convert DPRINTK to pr_debug in drivers/scsi/ahci.c
@ 2006-07-12  1:15 Matthew Martin
  2006-07-12 12:05 ` Matthew Martin
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Matthew Martin @ 2006-07-12  1:15 UTC (permalink / raw)
  To: kernel-janitors

Hello,
    This converts DPRINTK to pr_debug in drivers/scsi/ahci.c

Signed-off-by: Matthew Martin <lihnucks@gmail.com>

---

--- vanilla-linux-2.6.18-rc1/drivers/scsi/ahci.c	2006-07-11 15:55:59.000000000 -0500
+++ linux-2.6.18-rc1/drivers/scsi/ahci.c	2006-07-11 20:13:26.000000000 -0500
@@ -617,10 +617,10 @@ static int ahci_softreset(struct ata_por
 	u8 *fis;
 	int rc;
 
-	DPRINTK("ENTER\n");
+	pr_debug("ENTER\n");
 
 	if (ata_port_offline(ap)) {
-		DPRINTK("PHY reports no device\n");
+		pr_debug("PHY reports no device\n");
 		*class = ATA_DEV_NONE;
 		return 0;
 	}
@@ -702,7 +702,7 @@ static int ahci_softreset(struct ata_por
 		*class = ahci_dev_classify(ap);
 	}
 
-	DPRINTK("EXIT, class=%u\n", *class);
+	pr_debug("EXIT, class=%u\n", *class);
 	return 0;
 
  fail_restart:
@@ -719,7 +719,7 @@ static int ahci_hardreset(struct ata_por
 	struct ata_taskfile tf;
 	int rc;
 
-	DPRINTK("ENTER\n");
+	pr_debug("ENTER\n");
 
 	ahci_stop_engine(ap);
 
@@ -737,7 +737,7 @@ static int ahci_hardreset(struct ata_por
 	if (*class = ATA_DEV_UNKNOWN)
 		*class = ATA_DEV_NONE;
 
-	DPRINTK("EXIT, rc=%d, class=%u\n", rc, *class);
+	pr_debug("EXIT, rc=%d, class=%u\n", rc, *class);
 	return rc;
 }
 


_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-08-15  3:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-12  1:15 [KJ] [PATCH] Convert DPRINTK to pr_debug in drivers/scsi/ahci.c Matthew Martin
2006-07-12 12:05 ` Matthew Martin
2006-07-12 13:00 ` Domen Puncer
2006-07-12 14:20 ` [KJ] [PATCH] Convert DPRINTK to pr_debug in Matthew Martin
2006-07-12 14:58 ` [KJ] [PATCH] Convert DPRINTK to pr_debug in drivers/scsi/ahci.c Randy.Dunlap
2006-08-14 23:16 ` [KJ] [PATCH] Convert DPRINTK to pr_debug in drivers/parport/daisy.c Matthew Martin
2006-08-14 23:59 ` [KJ] [PATCH] Convert DPRINTK to pr_debug in Nishanth Aravamudan
2006-08-15  3:15 ` Matthew Martin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.