aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dispatcher
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/dispatcher')
-rw-r--r--drivers/acpi/dispatcher/dswload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/dispatcher/dswload.c b/drivers/acpi/dispatcher/dswload.c
index d2c603f54fd6..9100c0bda470 100644
--- a/drivers/acpi/dispatcher/dswload.c
+++ b/drivers/acpi/dispatcher/dswload.c
@@ -983,6 +983,7 @@ acpi_ds_load2_end_op (
983 ACPI_NS_SEARCH_PARENT | ACPI_NS_DONT_OPEN_SCOPE, 983 ACPI_NS_SEARCH_PARENT | ACPI_NS_DONT_OPEN_SCOPE,
984 walk_state, &(new_node)); 984 walk_state, &(new_node));
985 if (ACPI_SUCCESS (status)) { 985 if (ACPI_SUCCESS (status)) {
986
986 /* 987 /*
987 * Make sure that what we found is indeed a method 988 * Make sure that what we found is indeed a method
988 * We didn't search for a method on purpose, to see if the name 989 * We didn't search for a method on purpose, to see if the name