[ACPI] ACPICA 20060210
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / acpi / resources / rsxface.c
index 88b67077aeeb12cf1a1cd1f85db6be9daaef0526..2e1bc71acd94b4d8663abf862bcc8e4292892f8c 100644 (file)
@@ -279,6 +279,7 @@ acpi_walk_resources(acpi_handle device_handle,
        /* Walk the resource list until the end_tag is found (or buffer end) */
 
        while (resource < resource_end) {
+
                /* Sanity check the resource */
 
                if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
@@ -291,6 +292,7 @@ acpi_walk_resources(acpi_handle device_handle,
                status = user_function(resource, context);
                if (ACPI_FAILURE(status)) {
                        if (status == AE_CTRL_TERMINATE) {
+
                                /* This is an OK termination by the user function */
 
                                status = AE_OK;