summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpitimer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpitimer.c b/sys/dev/acpi/acpitimer.c
index eefb691149a..691b61fdd14 100644
--- a/sys/dev/acpi/acpitimer.c
+++ b/sys/dev/acpi/acpitimer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpitimer.c,v 1.2 2005/07/10 19:39:01 grange Exp $ */
+/* $OpenBSD: acpitimer.c,v 1.3 2005/12/07 03:47:44 marco Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
*
@@ -108,8 +108,7 @@ acpitimerattach(struct device *parent, struct device *self, void *aux)
return;
}
address = psc->sc_fadt->x_pm_tmr_blk.address;
- }
- else {
+ } else {
sc->sc_iot = aa->aaa_iot;
address = psc->sc_fadt->pm_tmr_blk;
}