mirror of
https://github.com/acpica/acpica/
synced 2025-02-12 11:34:42 +03:00
one more tweak
date 2003.02.18.23.12.00; author agrover; state Exp;
This commit is contained in:
parent
9bd52300ff
commit
c02867041c
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
*
|
||||
* Module Name: nsaccess - Top-level functions for accessing ACPI namespace
|
||||
* $Revision: 1.170 $
|
||||
* $Revision: 1.171 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -206,7 +206,8 @@ AcpiNsRootInitialize (void)
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Could not override predefined %s\n",
|
||||
InitVal->Name));
|
||||
}
|
||||
if (Val == NULL)
|
||||
|
||||
if (!Val)
|
||||
{
|
||||
Val = InitVal->Val;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user