mirror of
https://github.com/acpica/acpica/
synced 2025-03-15 10:42:55 +03:00
Automated cleanup
date 2002.07.30.22.15.00; author rmoore1; state Exp;
This commit is contained in:
parent
de2b9c49f7
commit
b819ccf217
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user