aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci.c
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2010-10-14 21:14:33 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2010-10-14 21:14:33 +0000
commitb494261c6976b2228fe9ca633c1e2ae0f01076f1 (patch)
tree20e5fce329ae000e2f9b30fe02b5f3ec5a54caa4 /sys/dev/usb/controller/ehci.c
parent6001d01180a9944cbd57cf3ed1a19bd5f68532ab (diff)
Notes
Diffstat (limited to 'sys/dev/usb/controller/ehci.c')
-rw-r--r--sys/dev/usb/controller/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ehci.c b/sys/dev/usb/controller/ehci.c
index 007cbcd51299..b0560f306b61 100644
--- a/sys/dev/usb/controller/ehci.c
+++ b/sys/dev/usb/controller/ehci.c
@@ -3318,7 +3318,7 @@ ehci_roothub_exec(struct usb_device *udev,
err = USB_ERR_IOERROR;
goto done;
}
- v = EOREAD4(sc, EHCI_HCSPARAMS);
+ v = EREAD4(sc, EHCI_HCSPARAMS);
sc->sc_hub_desc.hubd = ehci_hubd;
sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;