summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-07 15:51:32 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-07 15:51:32 +0000
commit093a3609e469adfcc22b631ffb58902ba133678d (patch)
tree2a9a47169391296d300567749abaaba6de7da47c
parent9c7fbb2c389276c5be3958daa010b87dbb73bb8b (diff)
downloadFreeBSD-src-093a3609e469adfcc22b631ffb58902ba133678d.zip
FreeBSD-src-093a3609e469adfcc22b631ffb58902ba133678d.tar.gz
Fix build, sigh.
-rw-r--r--sys/dev/usb2/controller/ehci2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb2/controller/ehci2.c b/sys/dev/usb2/controller/ehci2.c
index 48f7da6..f55e834 100644
--- a/sys/dev/usb2/controller/ehci2.c
+++ b/sys/dev/usb2/controller/ehci2.c
@@ -262,7 +262,7 @@ ehci_init(ehci_softc_t *sc)
USB_BUS_UNLOCK(&sc->sc_bus);
if (err) {
device_printf(sc->sc_bus.bdev, "reset timeout\n");
- return (error);
+ return (err);
}
/*
* use current frame-list-size selection 0: 1024*4 bytes 1: 512*4
OpenPOWER on IntegriCloud