diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2006-05-28 01:07:46 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2006-05-28 01:07:46 +0000 |
| commit | a7c15197cf215ef0ad3b2d537429125062d70a26 (patch) | |
| tree | 58e223108c2674421ded78a64cd8e4430078306a /sys/dev/usb/uhci.c | |
| parent | 203eec4b02a97a2f38b1d0887bafbc98f42f9e1e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhci.c')
| -rw-r--r-- | sys/dev/usb/uhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index aed035c3143d..c7e9f0b7fdea 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -492,7 +492,7 @@ uhci_init(uhci_softc_t *sc) clsqh = uhci_alloc_sqh(sc); if (clsqh == NULL) return (USBD_NOMEM); - clsqh->hlink = bsqh; + clsqh->hlink = chsqh; clsqh->qh.qh_hlink = htole32(chsqh->physaddr | UHCI_PTR_QH); clsqh->elink = NULL; clsqh->qh.qh_elink = htole32(UHCI_PTR_T); |
