mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
uhci_xfer_setup: eliminate write only variable sc
Sponsored by: Netflix
This commit is contained in:
parent
ab59cd6a0b
commit
6ccdcae1b9
1 changed files with 0 additions and 2 deletions
|
|
@ -2772,7 +2772,6 @@ uhci_xfer_setup(struct usb_setup_params *parm)
|
|||
{
|
||||
struct usb_page_search page_info;
|
||||
struct usb_page_cache *pc;
|
||||
uhci_softc_t *sc;
|
||||
struct usb_xfer *xfer;
|
||||
void *last_obj;
|
||||
uint32_t ntd;
|
||||
|
|
@ -2781,7 +2780,6 @@ uhci_xfer_setup(struct usb_setup_params *parm)
|
|||
uint32_t n;
|
||||
uint16_t align;
|
||||
|
||||
sc = UHCI_BUS2SC(parm->udev->bus);
|
||||
xfer = parm->curr_xfer;
|
||||
|
||||
parm->hc_max_packet_size = 0x500;
|
||||
|
|
|
|||
Loading…
Reference in a new issue