Removing get_parent_node call from acpi_enumerate_child_devices.

Afaict it looks like it results in unbalanced Acquire calls on the parent. CID 10393.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Holmqvist 2010-12-27 17:11:40 +00:00
parent b44c75c5eb
commit e4fbd1171c

View File

@ -74,9 +74,6 @@ acpi_enumerate_child_devices(device_node* node, const char* root)
TRACE(("acpi_enumerate_child_devices: recursing from %s\n", root));
// get a reference on the parent
parent = gDeviceManager->get_parent_node(node);
while (get_next_entry(ACPI_TYPE_ANY, root, result,
sizeof(result), &counter) == B_OK) {
uint32 type = get_object_type(result);