The patch titled via82cxxx: fix typo ("cx7000" should be corrected to "cx700") has been removed from the -mm tree. Its filename was via82cxxx-fix-typo-cx7000-should-be-corrected-to-cx700.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: via82cxxx: fix typo ("cx7000" should be corrected to "cx700") From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Noticed by <JosephChan@xxxxxxxxxx> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/pci/via82cxxx.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ide/pci/via82cxxx.c~via82cxxx-fix-typo-cx7000-should-be-corrected-to-cx700 drivers/ide/pci/via82cxxx.c --- a/drivers/ide/pci/via82cxxx.c~via82cxxx-fix-typo-cx7000-should-be-corrected-to-cx700 +++ a/drivers/ide/pci/via82cxxx.c @@ -78,7 +78,7 @@ static struct via_isa_bridge { u8 rev_max; u16 flags; } via_isa_bridges[] = { - { "cx7000", PCI_DEVICE_ID_VIA_CX700, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, + { "cx700", PCI_DEVICE_ID_VIA_CX700, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, { "vt8237s", PCI_DEVICE_ID_VIA_8237S, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, { "vt6410", PCI_DEVICE_ID_VIA_6410, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, { "vt8251", PCI_DEVICE_ID_VIA_8251, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, _ Patches currently in -mm which might be from bzolnier@xxxxxxxxx are origin.patch mm-ide-ide-acpi-support-warning-fix.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