mirror of https://github.com/ipxe/ipxe.git
[usb] Add missing usb_recycle() for completed hub interrupt transfers
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/119/head
parent
5d6fb72829
commit
8ff5babb47
|
@ -110,6 +110,10 @@ static void hub_complete ( struct usb_endpoint *ep,
|
|||
}
|
||||
|
||||
done:
|
||||
|
||||
/* Recycle I/O buffer */
|
||||
usb_recycle ( &hubdev->intr, iobuf );
|
||||
|
||||
/* Start refill process */
|
||||
process_add ( &hubdev->refill );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue