summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-06-23 15:08:03 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-06-23 15:08:03 +0000
commit07bed1516d1bd7cb181ee76872018d50158a0747 (patch)
treeaa13829e0d969a7d848329fdf8ba613292edbdf2
parent597c30a83ffffcd9086923e8feb1dee5036c79a2 (diff)
Notes
-rw-r--r--sys/dev/acpi_support/acpi_wmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_wmi.c b/sys/dev/acpi_support/acpi_wmi.c
index 3f4b511f1d3e..7483293c79ef 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)