svn commit: r194716 - head/sys/dev/acpi_support

Rui Paulo rpaulo at FreeBSD.org
Tue Jun 23 15:08:05 UTC 2009


Author: rpaulo
Date: Tue Jun 23 15:08:03 2009
New Revision: 194716
URL: http://svn.freebsd.org/changeset/base/194716

Log:
  Fix build with ACPI_DEBUG.
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/acpi_support/acpi_wmi.c

Modified: head/sys/dev/acpi_support/acpi_wmi.c
==============================================================================
--- head/sys/dev/acpi_support/acpi_wmi.c	Tue Jun 23 14:57:06 2009	(r194715)
+++ head/sys/dev/acpi_support/acpi_wmi.c	Tue Jun 23 15:08:03 2009	(r194716)
@@ -653,7 +653,7 @@ acpi_wmi_ec_handler(UINT32 function, ACP
 	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)


More information about the svn-src-all mailing list