mirror of
https://github.com/acpica/acpica/
synced 2025-02-11 11:04:09 +03:00
Macro rename and cleanup
date 2001.11.21.17.06.00; author rmoore1; state Exp;
This commit is contained in:
parent
8782d0d2a2
commit
8139d1c394
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes)
|
||||
* $Revision: 1.47 $
|
||||
* $Revision: 1.48 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -308,7 +308,7 @@ AcpiExUnloadTable (
|
||||
* validated here.
|
||||
*/
|
||||
if ((!DdbHandle) ||
|
||||
(!VALID_DESCRIPTOR_TYPE (DdbHandle, ACPI_DESC_TYPE_INTERNAL)) ||
|
||||
(ACPI_GET_DESCRIPTOR_TYPE (DdbHandle) != ACPI_DESC_TYPE_INTERNAL) ||
|
||||
(((ACPI_OPERAND_OBJECT *)DdbHandle)->Common.Type !=
|
||||
INTERNAL_TYPE_REFERENCE))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user