summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-04-26 00:37:34 +0000
committerderaadt <deraadt@openbsd.org>2011-04-26 00:37:34 +0000
commit3ae8e59be8b3e6de4bc80e0c6f8269e907229f7f (patch)
treee4d8a17bf7963f07761ffce9aa9c85d5a24454ec
parentFPU emulation option added (diff)
downloadwireguard-openbsd-3ae8e59be8b3e6de4bc80e0c6f8269e907229f7f.tar.xz
wireguard-openbsd-3ae8e59be8b3e6de4bc80e0c6f8269e907229f7f.zip
typo; found in an old tree..
-rw-r--r--sys/dev/pci/ehci_pci.c4
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);
}