From 8e1cbed76d7a2bbbe76e21c57481a8bd5907a4af Mon Sep 17 00:00:00 2001 From: rpaulo Date: Tue, 23 Jun 2009 15:08:03 +0000 Subject: Fix build with ACPI_DEBUG. MFC after: 2 weeks --- sys/dev/acpi_support/acpi_wmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/acpi_support/acpi_wmi.c') diff --git a/sys/dev/acpi_support/acpi_wmi.c b/sys/dev/acpi_support/acpi_wmi.c index 3f4b511..7483293 100644 --- a/sys/dev/acpi_support/acpi_wmi.c +++ b/sys/dev/acpi_support/acpi_wmi.c @@ -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) -- cgit v1.1