Loading drivers/acpi/resources/rsxface.c +6 −6 Original line number Diff line number Diff line Loading @@ -286,12 +286,6 @@ acpi_walk_resources(acpi_handle device_handle, break; } /* end_tag indicates end-of-list */ if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) { break; } /* Invoke the user function, abort on any error returned */ status = user_function(resource, context); Loading @@ -304,6 +298,12 @@ acpi_walk_resources(acpi_handle device_handle, break; } /* end_tag indicates end-of-list */ if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) { break; } /* Get the next resource descriptor */ resource = Loading Loading
drivers/acpi/resources/rsxface.c +6 −6 Original line number Diff line number Diff line Loading @@ -286,12 +286,6 @@ acpi_walk_resources(acpi_handle device_handle, break; } /* end_tag indicates end-of-list */ if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) { break; } /* Invoke the user function, abort on any error returned */ status = user_function(resource, context); Loading @@ -304,6 +298,12 @@ acpi_walk_resources(acpi_handle device_handle, break; } /* end_tag indicates end-of-list */ if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) { break; } /* Get the next resource descriptor */ resource = Loading