diff options
Diffstat (limited to 'drivers/acpi/tables.c')
-rw-r--r-- | drivers/acpi/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index 9f0ad6ebb368..bf273c70977a 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c | |||
@@ -281,7 +281,7 @@ acpi_parse_entries_array(char *id, unsigned long table_size, | |||
281 | proc[i].handler(entry, table_end)) | 281 | proc[i].handler(entry, table_end)) |
282 | return -EINVAL; | 282 | return -EINVAL; |
283 | 283 | ||
284 | proc->count++; | 284 | proc[i].count++; |
285 | break; | 285 | break; |
286 | } | 286 | } |
287 | if (i != proc_num) | 287 | if (i != proc_num) |