diff options
Diffstat (limited to 'drivers/acpi/namespace')
-rw-r--r-- | drivers/acpi/namespace/nsdump.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/namespace/nsdump.c b/drivers/acpi/namespace/nsdump.c index 9faf1d5c86ed..864c642759fa 100644 --- a/drivers/acpi/namespace/nsdump.c +++ b/drivers/acpi/namespace/nsdump.c | |||
@@ -212,7 +212,9 @@ acpi_ns_dump_one_object(acpi_handle obj_handle, | |||
212 | /* | 212 | /* |
213 | * Now we can print out the pertinent information | 213 | * Now we can print out the pertinent information |
214 | */ | 214 | */ |
215 | acpi_os_printf(" %-12s %p ", acpi_ut_get_type_name(type), this_node); | 215 | acpi_os_printf(" %-12s %p %2.2X ", |
216 | acpi_ut_get_type_name(type), this_node, | ||
217 | this_node->owner_id); | ||
216 | 218 | ||
217 | dbg_level = acpi_dbg_level; | 219 | dbg_level = acpi_dbg_level; |
218 | acpi_dbg_level = 0; | 220 | acpi_dbg_level = 0; |