]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/namespace/nsxfname.c
Pull trivial into release branch
[linux-2.6-omap-h63xx.git] / drivers / acpi / namespace / nsxfname.c
index 1303e2b062bb2ac262fac2ddc5e83bf8ce5b8593..978213a6c19f23063c47e37073ba7b5b401a166d 100644 (file)
@@ -112,9 +112,8 @@ acpi_get_handle(acpi_handle parent,
        /*
         *  Find the Node and convert to a handle
         */
-       status =
-           acpi_ns_get_node_by_path(pathname, prefix_node, ACPI_NS_NO_UPSEARCH,
-                                    &node);
+       status = acpi_ns_get_node(prefix_node, pathname, ACPI_NS_NO_UPSEARCH,
+                                 &node);
 
        *ret_handle = NULL;
        if (ACPI_SUCCESS(status)) {