ACPICA: Utilities: Update debug output
ACPICA commit 082b5b3ee31f74735e166858eeda025288604a5a Enhancement of miscellaneous debug output. Link: https://github.com/acpica/acpica/commit/082b5b3e Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Este cometimento está contido em:

cometido por
Rafael J. Wysocki

ascendente
a654b8ca6d
cometimento
7225d0467c
@@ -421,8 +421,10 @@ acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action)
|
||||
}
|
||||
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_ALLOCATIONS,
|
||||
"Obj %p Type %.2X Refs %.2X [Incremented]\n",
|
||||
object, object->common.type, new_count));
|
||||
"Obj %p Type %.2X [%s] Refs %.2X [Incremented]\n",
|
||||
object, object->common.type,
|
||||
acpi_ut_get_object_type_name(object),
|
||||
new_count));
|
||||
break;
|
||||
|
||||
case REF_DECREMENT:
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador