linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ata: fix obviously wrong comment
@ 2009-04-08 16:24 Vegard Nossum
  2009-04-13  8:27 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Vegard Nossum @ 2009-04-08 16:24 UTC (permalink / raw)
  To: Arjan van de Ven, Jeff Garzik; +Cc: linux-kernel

>From 776d93d1e11ff79ed2693541b0663dbb2ffa3aee Mon Sep 17 00:00:00 2001
From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Wed, 8 Apr 2009 18:19:39 +0200
Subject: [PATCH] ata: fix obviously wrong comment

Also remove the now-useless debug printouts which are supposed to
tell us when the scan starts and ends.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
---
 drivers/ata/libata-core.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index e7ea77c..065507c 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -6110,13 +6110,11 @@ int ata_host_register(struct ata_host *host, struct scsi_host_template *sht)
 			ata_port_printk(ap, KERN_INFO, "DUMMY\n");
 	}
 
-	/* perform each probe synchronously */
-	DPRINTK("probe begin\n");
+	/* perform each probe asynchronously */
 	for (i = 0; i < host->n_ports; i++) {
 		struct ata_port *ap = host->ports[i];
 		async_schedule(async_port_probe, ap);
 	}
-	DPRINTK("probe end\n");
 
 	return 0;
 }
-- 
1.6.0.6


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

* Re: [PATCH] ata: fix obviously wrong comment
  2009-04-08 16:24 [PATCH] ata: fix obviously wrong comment Vegard Nossum
@ 2009-04-13  8:27 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-04-13  8:27 UTC (permalink / raw)
  To: Vegard Nossum; +Cc: Arjan van de Ven, Jeff Garzik, linux-kernel

Vegard Nossum wrote:
>>From 776d93d1e11ff79ed2693541b0663dbb2ffa3aee Mon Sep 17 00:00:00 2001
> From: Vegard Nossum <vegard.nossum@gmail.com>
> Date: Wed, 8 Apr 2009 18:19:39 +0200
> Subject: [PATCH] ata: fix obviously wrong comment
> 
> Also remove the now-useless debug printouts which are supposed to
> tell us when the scan starts and ends.
> 
> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
> ---
>  drivers/ata/libata-core.c |    4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)

applied


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

end of thread, other threads:[~2009-04-13  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08 16:24 [PATCH] ata: fix obviously wrong comment Vegard Nossum
2009-04-13  8:27 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).