]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/acpica/exdump.c
ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailing unders...
[karo-tx-linux.git] / drivers / acpi / acpica / exdump.c
index b6495fb552f0b5f62e6b14c783c03fa1b82747fb..d836f888bb16324cc4df1dfe9e0e2ac7ffbd20e0 100644 (file)
@@ -996,7 +996,7 @@ static void acpi_ex_dump_reference_obj(union acpi_operand_object *obj_desc)
                acpi_os_printf(" %p ", obj_desc->reference.node);
 
                status = acpi_ns_handle_to_pathname(obj_desc->reference.node,
-                                                   &ret_buf, FALSE);
+                                                   &ret_buf, TRUE);
                if (ACPI_FAILURE(status)) {
                        acpi_os_printf(" Could not convert name to pathname\n");
                } else {