The patch titled ata: fix obviously wrong comment has been removed from the -mm tree. Its filename was ata-fix-obviously-wrong-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ata: fix obviously wrong comment From: Vegard Nossum <vegard.nossum@xxxxxxxxx> 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@xxxxxxxxx> Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx> Cc: Jeff Garzik <jgarzik@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN drivers/ata/libata-core.c~ata-fix-obviously-wrong-comment drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~ata-fix-obviously-wrong-comment +++ a/drivers/ata/libata-core.c @@ -6121,13 +6121,11 @@ int ata_host_register(struct ata_host *h 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; } _ Patches currently in -mm which might be from vegard.nossum@xxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html