mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build with ACPI_DEBUG.
MFC after: 2 weeks
This commit is contained in:
parent
597c30a83f
commit
07bed1516d
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ acpi_wmi_ec_handler(UINT32 function, ACPI_PHYSICAL_ADDRESS address,
|
|||
UINT8 ec_addr;
|
||||
ACPI_STATUS status;
|
||||
|
||||
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, (UINT32)Address);
|
||||
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, (UINT32)address);
|
||||
|
||||
sc = (struct acpi_wmi_softc *)context;
|
||||
if (width % 8 != 0 || value == NULL || context == NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue