summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/rslist.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-12-09 02:45:16 +0000
committernjl <njl@FreeBSD.org>2003-12-09 02:45:16 +0000
commit2a9caa496cc3521e5c9352c255b827c90efb3839 (patch)
tree24e5ad5d8b4fb5681ddaa34c6ae30814c80ffe56 /sys/contrib/dev/acpica/rslist.c
parentdc49a5b908c59c6ae7c8b069908225dd6c21c041 (diff)
downloadFreeBSD-src-2a9caa496cc3521e5c9352c255b827c90efb3839.zip
FreeBSD-src-2a9caa496cc3521e5c9352c255b827c90efb3839.tar.gz
Import ACPI-CA 20031203
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