Module Name: src Committed By: jruoho Date: Thu Jul 1 09:28:37 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_power.c Log Message: Fix a carelessness bug introduced in the revision 1.17; acpi_power_get() now takes a handle instead of node as a parameter. (The compiler did not catch this as ACPI_HANDLE is a pointer to void.) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/acpi/acpi_power.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.