From 17397c2789732b0e9c12a4a4af0b3f180125e11c Mon Sep 17 00:00:00 2001 From: takawata Date: Fri, 15 Dec 2000 09:18:11 +0000 Subject: Fix with debugging option. Submitted by: haro@tk.kubota.co.jp --- sys/dev/acpica/acpi_ec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index 6f44add..8bc5bf3 100644 --- a/sys/dev/acpica/acpi_ec.c +++ b/sys/dev/acpica/acpi_ec.c @@ -456,7 +456,7 @@ EcGpeQueryHandler(void *Context) printf("EcGpeQueryHandler:ClearEvent Failed\n"); if(AcpiEnableEvent(sc->ec_gpebit,ACPI_EVENT_GPE) != AE_OK) printf("EcGpeQueryHandler:EnableEvent Failed\n"); - return; + return_VOID; } static void EcGpeHandler(void *Context) { @@ -482,7 +482,7 @@ static void EcGpeHandler(void *Context) printf("QueryHandler Queuing Failed\n"); } } - return_VOID; + return; } static ACPI_STATUS -- cgit v1.1