mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops - fix the build in the !USB_DEBUG case.
This commit is contained in:
parent
c3ed02cf4f
commit
1ecfb7ed3d
1 changed files with 2 additions and 0 deletions
|
|
@ -763,7 +763,9 @@ void
|
|||
ehci_idone(struct ehci_xfer *ex)
|
||||
{
|
||||
usbd_xfer_handle xfer = &ex->xfer;
|
||||
#ifdef USB_DEBUG
|
||||
struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe;
|
||||
#endif
|
||||
ehci_soft_qtd_t *sqtd, *lsqtd;
|
||||
u_int32_t status = 0, nstatus = 0;
|
||||
int actlen, cerr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue