The patch titled libata debug has been removed from the -mm tree. Its filename is libata-debug.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: libata debug From: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/ata_piix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/scsi/ata_piix.c~libata-debug drivers/scsi/ata_piix.c --- a/drivers/scsi/ata_piix.c~libata-debug +++ a/drivers/scsi/ata_piix.c @@ -635,7 +635,7 @@ static int piix_sata_prereset(struct ata u8 pcs; pci_read_config_byte(pdev, ICH5_PCS, &pcs); - DPRINTK("ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base); + printk("ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base); /* enable all ports on this ap and wait for them to settle */ for (i = 0; i < 2; i++) { @@ -672,7 +672,7 @@ static int piix_sata_prereset(struct ata if (!(ap->flags & PIIX_FLAG_AHCI)) pci_write_config_byte(pdev, ICH5_PCS, pcs); - DPRINTK("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", + printk("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", ap->id, pcs, present_mask); if (!present_mask) { _ Patches currently in -mm which might be from htejun@xxxxxxxxx are git-libata-all.patch via-pata-controller-xfer-fixes.patch libata-debug.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