Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2003 11:11:57 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40853 for review
Message-ID:  <200310301911.h9UJBv7h059252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=40853

Change 40853 by jhb@jhb_laptop on 2003/10/30 11:11:18

	Compile.

Affected files ...

.. //depot/projects/power/sys/dev/acpica/acpi.c#5 edit

Differences ...

==== //depot/projects/power/sys/dev/acpica/acpi.c#5 (text+ko) ====

@@ -1425,7 +1425,7 @@
 acpi_GetPowerState(ACPI_HANDLE handle, int *state)
 {
 
-	return (acpi_EvaluateInteger(handle, "_PSC", state);
+	return (acpi_EvaluateInteger(handle, "_PSC", state));
 }
 
 /*
@@ -1452,7 +1452,7 @@
 	default:
 		return (AE_BAD_PARAMETER);
 	}
-	return (AcpiEvaluateObject(handle, method, NULL, NULL);
+	return (AcpiEvaluateObject(handle, method, NULL, NULL));
 }
 
 /*



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