diff options
Diffstat (limited to 'drivers/acpi/dispatcher/dswload.c')
-rw-r--r-- | drivers/acpi/dispatcher/dswload.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/dispatcher/dswload.c b/drivers/acpi/dispatcher/dswload.c index 02b03126e14e..1ad7870101fb 100644 --- a/drivers/acpi/dispatcher/dswload.c +++ b/drivers/acpi/dispatcher/dswload.c | |||
@@ -1113,7 +1113,6 @@ acpi_status acpi_ds_load2_end_op(struct acpi_walk_state *walk_state) | |||
1113 | ACPI_NS_DONT_OPEN_SCOPE, walk_state, | 1113 | ACPI_NS_DONT_OPEN_SCOPE, walk_state, |
1114 | &(new_node)); | 1114 | &(new_node)); |
1115 | if (ACPI_SUCCESS(status)) { | 1115 | if (ACPI_SUCCESS(status)) { |
1116 | |||
1117 | /* | 1116 | /* |
1118 | * Make sure that what we found is indeed a method | 1117 | * Make sure that what we found is indeed a method |
1119 | * We didn't search for a method on purpose, to see if the name | 1118 | * We didn't search for a method on purpose, to see if the name |