diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-11-25 21:04:42 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-11-25 21:04:42 +0000 | 
| commit | b9098066cd6284319bca922f13e59517f774a103 (patch) | |
| tree | f01fd6c9053cb01ed84c00cb42ee789adafceaf5 /source/components/utilities/utaddress.c | |
| parent | 1e24cf365bc9c8df179b145c90d52852724e54ee (diff) | |
Notes
Diffstat (limited to 'source/components/utilities/utaddress.c')
| -rw-r--r-- | source/components/utilities/utaddress.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/components/utilities/utaddress.c b/source/components/utilities/utaddress.c index 2ebdea47e830..3106c4d4e272 100644 --- a/source/components/utilities/utaddress.c +++ b/source/components/utilities/utaddress.c @@ -263,7 +263,7 @@ AcpiUtCheckAddressRange (              OverlapCount++;              if (Warn)   /* Optional warning message */              { -                Pathname = AcpiNsGetExternalPathname (RangeInfo->RegionNode); +                Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE);                  ACPI_WARNING ((AE_INFO,                      "%s range 0x%8.8X%8.8X-0x%8.8X%8.8X conflicts with OpRegion 0x%8.8X%8.8X-0x%8.8X%8.8X (%s)", | 
