Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 15:08:03 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194716 - head/sys/dev/acpi_support
Message-ID:  <200906231508.n5NF83oJ080096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906231508.n5NF83oJ080096>