commit | 915e202aeeb59e272992a6364c910aaef3073544 | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Mon Jan 14 15:59:35 2013 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jan 18 14:30:42 2013 +0200 |
tree | 82dacad3edaf027f778632f113fd262076c39029 | |
parent | cdc359dd87ab6c39a67dab724fd0b61c16e6f08b [diff] |
usb: dwc3: gadget: fix skip LINK_TRB on ISOC When we reach to link trb, we just need to increase free_slot and then calculate TRB. Return is not correct, as it will cause wrong TRB DMA address to fetch in case of update transfer. Cc: <stable@vger.kernel.org> Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>