diff options
| author | mycroft <mycroft@NetBSD.org> | 2003-11-01 08:27:37 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2003-11-01 08:27:37 +0000 |
| commit | 10e36668fc9d7b82b52ee86389a43ac765c52b00 (patch) | |
| tree | 34eb6324abbec93dd618fe6ea4d1072bf6d34f48 /sys/dev | |
| parent | b596969039696b8503a7c73977860bf6b562b792 (diff) | |
Remove an unnecessary call to AcpiGlearGpe().
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpi_ec.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/acpi/acpi_ec.c b/sys/dev/acpi/acpi_ec.c index b1522336304..98513fcb0e2 100644 --- a/sys/dev/acpi/acpi_ec.c +++ b/sys/dev/acpi/acpi_ec.c @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_ec.c,v 1.13 2003/11/01 08:14:39 mycroft Exp $ */ +/* $NetBSD: acpi_ec.c,v 1.14 2003/11/01 08:27:37 mycroft Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -172,7 +172,7 @@ *****************************************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.13 2003/11/01 08:14:39 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.14 2003/11/01 08:27:37 mycroft Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -699,10 +699,6 @@ EcTransaction(struct acpi_ec_softc *sc, EC_REQUEST *EcRequest) sc->sc_flags &= ~EC_F_PENDQUERY; } - if (AcpiClearGpe(NULL, sc->sc_gpebit, ACPI_NOT_ISR) != AE_OK) - printf("%s: EcRequest: unable to clear EC GPE\n", - sc->sc_dev.dv_xname); - EcUnlock(sc); return(Status); |
