diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-02-07 15:51:32 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-02-07 15:51:32 +0000 |
commit | 093a3609e469adfcc22b631ffb58902ba133678d (patch) | |
tree | 2a9a47169391296d300567749abaaba6de7da47c /sys/dev/usb2/controller | |
parent | 9c7fbb2c389276c5be3958daa010b87dbb73bb8b (diff) | |
download | FreeBSD-src-093a3609e469adfcc22b631ffb58902ba133678d.zip FreeBSD-src-093a3609e469adfcc22b631ffb58902ba133678d.tar.gz |
Fix build, sigh.
Diffstat (limited to 'sys/dev/usb2/controller')
-rw-r--r-- | sys/dev/usb2/controller/ehci2.c | 2 |
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 |