usb: dwc3: gadget: fix isochronous transfer TRB preparing
For isochronous transfer, the last TRB (slot TRB_NUM in the TRB pool) is the link TRB. The link TRB is not used for transfers, and it's not associated with a USB request. Counting the link TRB as "preparable" TRB is wrong and so we overrun a prepared TRB which was already associated with a request. Change-Id: Id29ac2fbd5e3b8e824b6aa8f88e53abf0ec1ce21 Signed-off-by:Nadine Toledano <nadinet@codeaurora.org> Signed-off-by:
Bar Weiner <bweiner@codeaurora.org>
Loading
Please register or sign in to comment