ACPICA: Add repair for predefined methods that must return sorted lists
[linux-2.6-block.git] / drivers / acpi / acpica / nspredef.c
index 40280981033e1a8781161033b2a1af17bf0c2309..b05f42903c869e4378b515be629b37b091f11ce5 100644 (file)
@@ -232,6 +232,12 @@ acpi_ns_check_predefined_names(struct acpi_namespace_node *node,
                status = acpi_ns_check_package(data, return_object_ptr);
        }
 
+       /*
+        * Perform additional, more complicated repairs on a per-name
+        * basis.
+        */
+       status = acpi_ns_complex_repairs(data, node, status, return_object_ptr);
+
 check_validation_status:
        /*
         * If the object validation failed or if we successfully repaired one