The patch titled fix runtogether printk's in cmd64x IDE driver has been removed from the -mm tree. Its filename was fix-runtogether-printks-in-cmd64x-ide-driver.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fix runtogether printk's in cmd64x IDE driver From: Meelis Roos <mroos@xxxxxxxx> Fix a couple of runtogether printks in cmd64x.c IDE driver by adding proper newlines. Signed-off-by: Meelis Roos <mroos@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ide/pci/cmd64x.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/ide/pci/cmd64x.c~fix-runtogether-printks-in-cmd64x-ide-driver drivers/ide/pci/cmd64x.c --- a/drivers/ide/pci/cmd64x.c~fix-runtogether-printks-in-cmd64x-ide-driver +++ a/drivers/ide/pci/cmd64x.c @@ -460,11 +460,11 @@ static unsigned int __devinit init_chips switch (rev) { case 0x07: case 0x05: - printk("%s: UltraDMA capable", name); + printk("%s: UltraDMA capable\n", name); break; case 0x03: default: - printk("%s: MultiWord DMA force limited", name); + printk("%s: MultiWord DMA force limited\n", name); break; case 0x01: printk("%s: MultiWord DMA limited, " _ Patches currently in -mm which might be from mroos@xxxxxxxx are git-acpi.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