diff options
Diffstat (limited to 'source/components/namespace/nsxfname.c')
-rw-r--r-- | source/components/namespace/nsxfname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/namespace/nsxfname.c b/source/components/namespace/nsxfname.c index 8b4d686065dfc..bafe3127123a5 100644 --- a/source/components/namespace/nsxfname.c +++ b/source/components/namespace/nsxfname.c @@ -120,7 +120,7 @@ AcpiGetHandle ( * * Error for <null Parent + relative path> */ - if (AcpiNsValidRootPrefix (Pathname[0])) + if (ACPI_IS_ROOT_PREFIX (Pathname[0])) { /* Pathname is fully qualified (starts with '\') */ |