]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/acpica/utmisc.c
ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailing unders...
[karo-tx-linux.git] / drivers / acpi / acpica / utmisc.c
index 517a5ec47742481b12f5623aeb1292dc9bc1e31b..bd4443bdcbad8cd1e285487e81c522d53f76b1fb 100644 (file)
@@ -376,7 +376,7 @@ acpi_ut_display_init_pathname(u8 type,
        /* Get the full pathname to the node */
 
        buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER;
-       status = acpi_ns_handle_to_pathname(obj_handle, &buffer, FALSE);
+       status = acpi_ns_handle_to_pathname(obj_handle, &buffer, TRUE);
        if (ACPI_FAILURE(status)) {
                return;
        }