Deleted Added
full compact
rsxface.c (241973) rsxface.c (243347)
1/*******************************************************************************
2 *
3 * Module Name: rsxface - Public interfaces to the resource manager
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 665 unchanged lines hidden (view full) ---

674
675 if (Resource->Type == ACPI_RESOURCE_TYPE_END_TAG)
676 {
677 break;
678 }
679
680 /* Get the next resource descriptor */
681
1/*******************************************************************************
2 *
3 * Module Name: rsxface - Public interfaces to the resource manager
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 665 unchanged lines hidden (view full) ---

674
675 if (Resource->Type == ACPI_RESOURCE_TYPE_END_TAG)
676 {
677 break;
678 }
679
680 /* Get the next resource descriptor */
681
682 Resource = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, Resource->Length);
682 Resource = ACPI_NEXT_RESOURCE (Resource);
683 }
684
685 ACPI_FREE (Buffer.Pointer);
686 return_ACPI_STATUS (Status);
687}
688
689ACPI_EXPORT_SYMBOL (AcpiWalkResources)
683 }
684
685 ACPI_FREE (Buffer.Pointer);
686 return_ACPI_STATUS (Status);
687}
688
689ACPI_EXPORT_SYMBOL (AcpiWalkResources)