|
@@ -181,6 +181,12 @@ acpi_ns_dump_one_object(acpi_handle obj_handle,
|
|
}
|
|
}
|
|
|
|
|
|
this_node = acpi_ns_map_handle_to_node(obj_handle);
|
|
this_node = acpi_ns_map_handle_to_node(obj_handle);
|
|
|
|
+ if (!this_node) {
|
|
|
|
+ ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Invalid object handle %p\n",
|
|
|
|
+ obj_handle));
|
|
|
|
+ return (AE_OK);
|
|
|
|
+ }
|
|
|
|
+
|
|
type = this_node->type;
|
|
type = this_node->type;
|
|
|
|
|
|
/* Check if the owner matches */
|
|
/* Check if the owner matches */
|