Date: Wed, 22 Jul 2015 16:26:17 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285799 - head/sys/dev/acpica Message-ID: <201507221626.t6MGQH46025529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Wed Jul 22 16:26:17 2015 New Revision: 285799 URL: https://svnweb.freebsd.org/changeset/base/285799 Log: Catch up with ACPICA 20150717. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c ============================================================================== --- head/sys/dev/acpica/acpi.c Wed Jul 22 16:25:18 2015 (r285798) +++ head/sys/dev/acpica/acpi.c Wed Jul 22 16:26:17 2015 (r285799) @@ -3664,7 +3664,7 @@ acpi_UserNotify(const char *subsystem, A 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507221626.t6MGQH46025529>