mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix USB debug print after 8fc2a3c417 .
MFC after: 1 week Sponsored by: NVIDIA Networking
This commit is contained in:
parent
d2b558281a
commit
f52783fcf5
1 changed files with 1 additions and 1 deletions
|
|
@ -2078,7 +2078,7 @@ xhci_setup_generic_chain(struct usb_xfer *xfer)
|
|||
|
||||
x = XREAD4(temp.sc, runt, XHCI_MFINDEX);
|
||||
|
||||
DPRINTF("MFINDEX=0x%08x IST=0x%x\n", x, sc->sc_ist);
|
||||
DPRINTF("MFINDEX=0x%08x IST=0x%x\n", x, temp.sc->sc_ist);
|
||||
|
||||
switch (usbd_get_speed(xfer->xroot->udev)) {
|
||||
case USB_SPEED_FULL:
|
||||
|
|
|
|||
Loading…
Reference in a new issue