mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with ACPICA 20150717.
This commit is contained in:
parent
e31b688a57
commit
0594dadeb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue