summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/rslist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/rslist.c')
-rw-r--r--sys/contrib/dev/acpica/rslist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/rslist.c b/sys/contrib/dev/acpica/rslist.c
index fd802c0..1920e20 100644
--- a/sys/contrib/dev/acpica/rslist.c
+++ b/sys/contrib/dev/acpica/rslist.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: rslist - Linked list utilities
- * $Revision: 32 $
+ * $Revision: 33 $
*
******************************************************************************/
@@ -390,8 +390,8 @@ AcpiRsByteStreamToList (
* Set the Buffer to the next structure
*/
Resource = ACPI_CAST_PTR (ACPI_RESOURCE, Buffer);
- Resource->Length = ACPI_ALIGN_RESOURCE_SIZE(Resource->Length);
- Buffer += ACPI_ALIGN_RESOURCE_SIZE(StructureSize);
+ Resource->Length = (UINT32) ACPI_ALIGN_RESOURCE_SIZE (Resource->Length);
+ Buffer += ACPI_ALIGN_RESOURCE_SIZE (StructureSize);
} /* end while */
OpenPOWER on IntegriCloud