]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/ata/libata-core.c
ata: fix obviously wrong comment
[linux-beck.git] / drivers / ata / libata-core.c
index e7ea77cf60690d061db6b760beb02e67ccf76ed2..065507c46644c297942741364c401fc5ed1aa0a6 100644 (file)
@@ -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;
 }