diff options
Diffstat (limited to 'drivers/acpi/acpica/nsdump.c')
-rw-r--r-- | drivers/acpi/acpica/nsdump.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/acpi/acpica/nsdump.c b/drivers/acpi/acpica/nsdump.c index 2526aaf945ee..924b3c71473a 100644 --- a/drivers/acpi/acpica/nsdump.c +++ b/drivers/acpi/acpica/nsdump.c | |||
@@ -209,14 +209,6 @@ acpi_ns_dump_one_object(acpi_handle obj_handle, | |||
209 | "Invalid ACPI Object Type 0x%08X", type)); | 209 | "Invalid ACPI Object Type 0x%08X", type)); |
210 | } | 210 | } |
211 | 211 | ||
212 | if (!acpi_ut_valid_acpi_name(this_node->name.integer)) { | ||
213 | this_node->name.integer = | ||
214 | acpi_ut_repair_name(this_node->name.ascii); | ||
215 | |||
216 | ACPI_WARNING((AE_INFO, "Invalid ACPI Name %08X", | ||
217 | this_node->name.integer)); | ||
218 | } | ||
219 | |||
220 | acpi_os_printf("%4.4s", acpi_ut_get_node_name(this_node)); | 212 | acpi_os_printf("%4.4s", acpi_ut_get_node_name(this_node)); |
221 | } | 213 | } |
222 | 214 | ||
@@ -700,7 +692,7 @@ void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level) | |||
700 | * | 692 | * |
701 | * PARAMETERS: search_base - Root of subtree to be dumped, or | 693 | * PARAMETERS: search_base - Root of subtree to be dumped, or |
702 | * NS_ALL to dump the entire namespace | 694 | * NS_ALL to dump the entire namespace |
703 | * max_depth - Maximum depth of dump. Use INT_MAX | 695 | * max_depth - Maximum depth of dump. Use INT_MAX |
704 | * for an effectively unlimited depth. | 696 | * for an effectively unlimited depth. |
705 | * | 697 | * |
706 | * RETURN: None | 698 | * RETURN: None |