diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2006-11-06 12:14:27 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2006-11-06 12:14:27 +0000 |
| commit | 7687221959376f1fa6d974fd021b8843a80c80a6 (patch) | |
| tree | 62e31e011f46441d35fe2e4c346bee6f3cddb687 /sys/dev/acpi_support | |
| parent | a0396f2797f300a2edf5a47f89e0075a0447fad7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_aiboost.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_aiboost.c b/sys/dev/acpi_support/acpi_aiboost.c index 2aa68d1a1b17..00bf9cb1a34d 100644 --- a/sys/dev/acpi_support/acpi_aiboost.c +++ b/sys/dev/acpi_support/acpi_aiboost.c @@ -101,7 +101,8 @@ static ACPI_STATUS acpi_aiboost_getcomponent(device_t dev, char *name, struct a buf.Pointer = NULL; buf.Length = ACPI_ALLOCATE_BUFFER; - + buf2.Pointer = NULL; + status = AcpiEvaluateObject(acpi_get_handle(dev), name, NULL, &buf); if(ACPI_FAILURE(status)) |
