summaryrefslogtreecommitdiff
path: root/source/components/resources/rscreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/resources/rscreate.c')
-rw-r--r--source/components/resources/rscreate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/components/resources/rscreate.c b/source/components/resources/rscreate.c
index 551f59a6534c5..926d79b768c8e 100644
--- a/source/components/resources/rscreate.c
+++ b/source/components/resources/rscreate.c
@@ -370,7 +370,8 @@ AcpiRsCreatePciRoutingTable (
(UINT8 *) OutputBuffer->Pointer);
PathBuffer.Pointer = UserPrt->Source;
- Status = AcpiNsHandleToPathname ((ACPI_HANDLE) Node, &PathBuffer);
+ Status = AcpiNsHandleToPathname ((ACPI_HANDLE) Node,
+ &PathBuffer, FALSE);
/* +1 to include null terminator */