one more tweak

date	2003.02.18.23.12.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:18:20 +00:00
parent 9bd52300ff
commit c02867041c

View File

@ -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;
}