summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-07-22 16:26:17 +0000
committerjkim <jkim@FreeBSD.org>2015-07-22 16:26:17 +0000
commit28864839a5dcc86633fd46bcf24e1746bd547667 (patch)
tree50b6aacbfe383599d2299945fe3fe8972f561175 /sys/dev/acpica/acpi.c
parentc41965a2239ec73eaaf79686fbc171c38e704e14 (diff)
downloadFreeBSD-src-28864839a5dcc86633fd46bcf24e1746bd547667.zip
FreeBSD-src-28864839a5dcc86633fd46bcf24e1746bd547667.tar.gz
Catch up with ACPICA 20150717.
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index d5d15da..92f1292 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -3664,7 +3664,7 @@ acpi_UserNotify(const char *subsystem, ACPI_HANDLE h, uint8_t notify)
handle_buf.Pointer = NULL;
handle_buf.Length = ACPI_ALLOCATE_BUFFER;
- status = AcpiNsHandleToPathname(h, &handle_buf);
+ status = AcpiNsHandleToPathname(h, &handle_buf, FALSE);
if (ACPI_FAILURE(status))
return;
snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify);
OpenPOWER on IntegriCloud