Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6005354 authored by Vegard Nossum's avatar Vegard Nossum Committed by Jeff Garzik
Browse files

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: default avatarVegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent aa431dd3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;
}