mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
uhci: Remove write-only variable.
This commit is contained in:
parent
4afc92cd6e
commit
8c3923ae2f
1 changed files with 0 additions and 2 deletions
|
|
@ -1295,7 +1295,6 @@ static uint8_t
|
|||
uhci_check_transfer(struct usb_xfer *xfer)
|
||||
{
|
||||
uint32_t status;
|
||||
uint32_t token;
|
||||
uhci_td_t *td;
|
||||
|
||||
DPRINTFN(16, "xfer=%p checking transfer\n", xfer);
|
||||
|
|
@ -1332,7 +1331,6 @@ uhci_check_transfer(struct usb_xfer *xfer)
|
|||
while (1) {
|
||||
usb_pc_cpu_invalidate(td->page_cache);
|
||||
status = le32toh(td->td_status);
|
||||
token = le32toh(td->td_token);
|
||||
|
||||
/*
|
||||
* if there is an active TD the transfer isn't done
|
||||
|
|
|
|||
Loading…
Reference in a new issue