PERFORCE change 40853 for review

John Baldwin jhb at FreeBSD.org
Thu Oct 30 11:12:00 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=40853

Change 40853 by jhb at 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));
 }
 
 /*


More information about the p4-projects mailing list