Catch up with ACPICA 20150717.
This commit is contained in:
parent
c41965a223
commit
28864839a5
@ -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…
x
Reference in New Issue
Block a user