The patch titled PCI: Add systems for automatic breadth-first device sorting (update) has been added to the -mm tree. Its filename is pci-add-systems-for-automatic-breadth-first-device-sorting-update.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: PCI: Add systems for automatic breadth-first device sorting (update) From: Andy Gospodarek <andy@xxxxxxxxxxxxx> A problem with this patch was pointed out to me today. A cut-and-paste error was made creating these entries and one of the entries for the BL45p was incorrect. Cc: Greg KH <greg@xxxxxxxxx> Cc: Matt Domsch <Matt_Domsch@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/pci/common.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/pci/common.c~pci-add-systems-for-automatic-breadth-first-device-sorting-update arch/i386/pci/common.c --- a/arch/i386/pci/common.c~pci-add-systems-for-automatic-breadth-first-device-sorting-update +++ a/arch/i386/pci/common.c @@ -244,7 +244,7 @@ static struct dmi_system_id __devinitdat .ident = "HP ProLiant BL45p G2", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "HP"), - DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL45p G1"), + DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL45p G2"), }, }, { _ Patches currently in -mm which might be from andy@xxxxxxxxxxxxx are pci-add-systems-for-automatic-breadth-first-device-sorting.patch pci-add-systems-for-automatic-breadth-first-device-sorting-update.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