From b819ccf2171b56caea0d3f3fbc6065aacfee5817 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 18:18:06 +0000 Subject: [PATCH] Automated cleanup date 2002.07.30.22.15.00; author rmoore1; state Exp; --- source/components/namespace/nsaccess.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/components/namespace/nsaccess.c b/source/components/namespace/nsaccess.c index 03dc73659..44faadd41 100644 --- a/source/components/namespace/nsaccess.c +++ b/source/components/namespace/nsaccess.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: nsaccess - Top-level functions for accessing ACPI namespace - * $Revision: 1.157 $ + * $Revision: 1.158 $ * ******************************************************************************/ @@ -217,7 +217,7 @@ AcpiNsRootInitialize (void) switch (InitVal->Type) { case ACPI_TYPE_METHOD: - ObjDesc->Method.ParamCount = + ObjDesc->Method.ParamCount = (UINT8) ACPI_STRTOUL (InitVal->Val, NULL, 10); ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID; @@ -662,7 +662,7 @@ AcpiNsLookup ( } ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, - "Setting current scope to [%4.4s] (%p)\n", + "Setting current scope to [%4.4s] (%p)\n", ThisNode->Name.Ascii, ThisNode)); } }