mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 18:40:24 +03:00
[usb] Add missing usb_recycle() for completed hub interrupt transfers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user