]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/acpi/namespace/nsnames.c
ACPICA: Cosmetic changes only, no functional changes
[mirror_ubuntu-zesty-kernel.git] / drivers / acpi / namespace / nsnames.c
index e14a1412656b7a42396f70f88d4800a083372c2e..ba1a4f00ba125070b059a1f1ca03ba76ed4f836b 100644 (file)
@@ -182,7 +182,7 @@ acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node)
        while (next_node && (next_node != acpi_gbl_root_node)) {
                if (ACPI_GET_DESCRIPTOR_TYPE(next_node) != ACPI_DESC_TYPE_NAMED) {
                        ACPI_ERROR((AE_INFO,
-                                   "Invalid NS Node (%X) while traversing path",
+                                   "Invalid NS Node (%p) while traversing path",
                                    next_node));
                        return 0;
                }