diff options
Diffstat (limited to 'drivers/acpi/acpica/exresnte.c')
-rw-r--r-- | drivers/acpi/acpica/exresnte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exresnte.c b/drivers/acpi/acpica/exresnte.c index 1b372ef69308..6793dcc8a946 100644 --- a/drivers/acpi/acpica/exresnte.c +++ b/drivers/acpi/acpica/exresnte.c | |||
@@ -112,7 +112,7 @@ acpi_ex_resolve_node_to_value(struct acpi_namespace_node **object_ptr, | |||
112 | 112 | ||
113 | /* | 113 | /* |
114 | * Several object types require no further processing: | 114 | * Several object types require no further processing: |
115 | * 1) Device/Thermal objects don't have a "real" subobject, return the Node | 115 | * 1) Device/Thermal objects don't have a "real" subobject, return Node |
116 | * 2) Method locals and arguments have a pseudo-Node | 116 | * 2) Method locals and arguments have a pseudo-Node |
117 | * 3) 10/2007: Added method type to assist with Package construction. | 117 | * 3) 10/2007: Added method type to assist with Package construction. |
118 | */ | 118 | */ |