diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-12-07 03:47:45 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-12-07 03:47:45 +0000 |
commit | c7d72b1ef876ee9584a89138013717a96f1ad0ec (patch) | |
tree | c5d5e51ca490d3c5919259b006bbed4c5de33686 | |
parent | ad9895ebdd2f3734ce0623f5637117cf38b974db (diff) |
KNF
-rw-r--r-- | sys/dev/acpi/acpitimer.c | 5 |
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; } |