commit | 5acb4b970184d189d901192d075997c933b82260 | [log] [tgz] |
---|---|---|
author | Minas Harutyunyan <minas.harutyunyan@synopsys.com> | Fri Feb 22 15:49:19 2019 +0400 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 03 09:13:49 2019 +0300 |
tree | 4b01dbf474b02c4de6ac9d78b3d67a483a906bbe | |
parent | 28b5c129ca6e585ec95c160ec4297bc6c6360b6f [diff] |
dwc2: gadget: Fix completed transfer size calculation in DDMA Fix calculation of transfer size on completion in function dwc2_gadget_get_xfersize_ddma(). Added increment of descriptor pointer to move to next descriptor in the loop. Fixes: aa3e8bc81311 ("usb: dwc2: gadget: DDMA transfer start and complete") Signed-off-by: Minas Harutyunyan <hminas@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>