diff options
Diffstat (limited to 'drivers/acpi/namespace/nseval.c')
-rw-r--r-- | drivers/acpi/namespace/nseval.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/namespace/nseval.c b/drivers/acpi/namespace/nseval.c index 4cdf03ac2b46..738a4517b7c1 100644 --- a/drivers/acpi/namespace/nseval.c +++ b/drivers/acpi/namespace/nseval.c | |||
@@ -282,8 +282,7 @@ acpi_status acpi_ns_evaluate(struct acpi_evaluate_info * info) | |||
282 | * the method on invalid return object. | 282 | * the method on invalid return object. |
283 | */ | 283 | */ |
284 | (void)acpi_ns_check_predefined_names(node, | 284 | (void)acpi_ns_check_predefined_names(node, |
285 | info-> | 285 | &info->return_object); |
286 | return_object); | ||
287 | } | 286 | } |
288 | 287 | ||
289 | /* Mark the node as having been evaluated */ | 288 | /* Mark the node as having been evaluated */ |