From: Andy Gospodarek 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 Cc: Matt Domsch Signed-off-by: Andrew Morton --- 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"), }, }, { _