From: Pratyush Anand Date: Mon, 14 Jan 2013 10:29:35 +0000 (+0530) Subject: usb: dwc3: gadget: fix skip LINK_TRB on ISOC X-Git-Tag: v3.9-rc1~126^2~44^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915e202aeeb59e272992a6364c910aaef3073544;p=pandora-kernel.git 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: Signed-off-by: Pratyush Anand Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed