diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-26 00:37:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-26 00:37:35 +0000 |
commit | 966ec83e10c105d8145661fbc1254c261f128cb8 (patch) | |
tree | e5006bda225ee47589888b9ee09e8b734eb9bb05 /sys/dev/pci/ehci_pci.c | |
parent | f620d6faa099179c135137ab83f3e85829244b72 (diff) |
typo; found in an old tree..
Diffstat (limited to 'sys/dev/pci/ehci_pci.c')
-rw-r--r-- | sys/dev/pci/ehci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ehci_pci.c b/sys/dev/pci/ehci_pci.c index 0ea329aa567..6f46a987f55 100644 --- a/sys/dev/pci/ehci_pci.c +++ b/sys/dev/pci/ehci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci_pci.c,v 1.22 2010/10/20 20:34:19 mk Exp $ */ +/* $OpenBSD: ehci_pci.c,v 1.23 2011/04/26 00:37:34 deraadt Exp $ */ /* $NetBSD: ehci_pci.c,v 1.15 2004/04/23 21:13:06 itojun Exp $ */ /* @@ -312,7 +312,7 @@ ehci_pci_takecontroller(struct ehci_pci_softc *sc, int silent) break; DELAY(1000); } - if (silent == 00 && (legsup & EHCI_LEGSUP_BIOSOWNED)) + if (silent == 0 && (legsup & EHCI_LEGSUP_BIOSOWNED)) printf("%s: timed out waiting for BIOS\n", sc->sc.sc_bus.bdev.dv_xname); } |