From b9098066cd6284319bca922f13e59517f774a103 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 25 Nov 2015 21:04:42 +0000 Subject: Import ACPICA 20151124. --- source/components/utilities/utcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/components/utilities/utcache.c') diff --git a/source/components/utilities/utcache.c b/source/components/utilities/utcache.c index 7a0f210dff6a7..01c04fab9335a 100644 --- a/source/components/utilities/utcache.c +++ b/source/components/utilities/utcache.c @@ -93,9 +93,9 @@ AcpiOsCreateCache ( /* Populate the cache object and return it */ memset (Cache, 0, sizeof (ACPI_MEMORY_LIST)); - Cache->ListName = CacheName; + Cache->ListName = CacheName; Cache->ObjectSize = ObjectSize; - Cache->MaxDepth = MaxDepth; + Cache->MaxDepth = MaxDepth; *ReturnCache = Cache; return (AE_OK); -- cgit v1.2.3