diff options
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 446c959a8f08..3fb331fb6e82 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -2260,7 +2260,7 @@ int __init __acpi_probe_device_table(struct acpi_probe_entry *ap_head, int nr) | |||
2260 | 2260 | ||
2261 | mutex_lock(&acpi_probe_mutex); | 2261 | mutex_lock(&acpi_probe_mutex); |
2262 | for (ape = ap_head; nr; ape++, nr--) { | 2262 | for (ape = ap_head; nr; ape++, nr--) { |
2263 | if (ACPI_COMPARE_NAME(ACPI_SIG_MADT, ape->id)) { | 2263 | if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) { |
2264 | acpi_probe_count = 0; | 2264 | acpi_probe_count = 0; |
2265 | acpi_table_parse_madt(ape->type, acpi_match_madt, 0); | 2265 | acpi_table_parse_madt(ape->type, acpi_match_madt, 0); |
2266 | count += acpi_probe_count; | 2266 | count += acpi_probe_count; |