From b870540924510a83b93d77f4bdf6a4c14ae3977b Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Thu, 13 Nov 2008 10:48:00 +0800 Subject: [PATCH] --- yaml --- r: 128030 b: refs/heads/master c: 319f8b892722f289bb6e07b1067be3b2e0714238 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/namespace/nsaccess.c | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index fb3051e860f2..65b91190c2bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8fadc923d1659f1a322194d420808d5b255883c +refs/heads/master: 319f8b892722f289bb6e07b1067be3b2e0714238 diff --git a/trunk/drivers/acpi/namespace/nsaccess.c b/trunk/drivers/acpi/namespace/nsaccess.c index c39a7f68b889..29c7c271dbb8 100644 --- a/trunk/drivers/acpi/namespace/nsaccess.c +++ b/trunk/drivers/acpi/namespace/nsaccess.c @@ -165,11 +165,8 @@ acpi_status acpi_ns_root_initialize(void) obj_desc->method.method_flags = AML_METHOD_INTERNAL_ONLY; - -#ifndef ACPI_DUMP_APP obj_desc->method.implementation = acpi_ut_osi_implementation; -#endif #endif break; @@ -521,11 +518,11 @@ acpi_ns_lookup(union acpi_generic_state *scope_info, } /* - * Search namespace for each segment of the name. Loop through and + * Search namespace for each segment of the name. Loop through and * verify (or add to the namespace) each name segment. * * The object type is significant only at the last name - * segment. (We don't care about the types along the path, only + * segment. (We don't care about the types along the path, only * the type of the final target object.) */ this_search_type = ACPI_TYPE_ANY;