Peter Senna Tschudin
2012-09-18 18:36:14 +02:00
committed by Ingo Molnar
parent 81a15f2ee5
commit 4b8073e467
4 changed files with 5 additions and 5 deletions

View File

@@ -585,7 +585,7 @@ static int __init pci_parse_mcfg(struct acpi_table_header *header)
while (i >= sizeof(struct acpi_mcfg_allocation)) {
entries++;
i -= sizeof(struct acpi_mcfg_allocation);
};
}
if (entries == 0) {
pr_err(PREFIX "MMCONFIG has no entries\n");
return -ENODEV;