Deleted Added
full compact
4c4
< * $Revision: 94 $
---
> * $Revision: 95 $
408d407
< ACPI_STATUS Status2;
416d414
< char *Name;
499,507d496
<
< Name = NULL;
< Status2 = AcpiNsExternalizeName (ACPI_UINT32_MAX, NameString, NULL, &Name);
< if (ACPI_SUCCESS (Status2))
< {
< ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
< "Object name [%s] was not found in namespace\n", Name));
< ACPI_MEM_FREE (Name);
< }
510a500,504
> if (ACPI_FAILURE (Status))
> {
> ACPI_REPORT_NSERROR (NameString, Status);
> }
>