diff options
Diffstat (limited to 'drivers/acpi/acpica/nsrepair.c')
-rw-r--r-- | drivers/acpi/acpica/nsrepair.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/nsrepair.c b/drivers/acpi/acpica/nsrepair.c index 907f60c9c9e5..4fd1bdb056b2 100644 --- a/drivers/acpi/acpica/nsrepair.c +++ b/drivers/acpi/acpica/nsrepair.c | |||
@@ -399,6 +399,11 @@ acpi_ns_convert_to_buffer(union acpi_operand_object *original_object, | |||
399 | break; | 399 | break; |
400 | 400 | ||
401 | case ACPI_TYPE_PACKAGE: | 401 | case ACPI_TYPE_PACKAGE: |
402 | /* | ||
403 | * This case is often seen for predefined names that must return a | ||
404 | * Buffer object with multiple DWORD integers within. For example, | ||
405 | * _FDE and _GTM. The Package can be converted to a Buffer. | ||
406 | */ | ||
402 | 407 | ||
403 | /* All elements of the Package must be integers */ | 408 | /* All elements of the Package must be integers */ |
404 | 409 | ||