commit | d9261898a4b2c143c28568dc686a1becfc637a99 | [log] [tgz] |
---|---|---|
author | John Youn <John.Youn@synopsys.com> | Tue Dec 22 12:23:20 2015 -0800 |
committer | Felipe Balbi <balbi@ti.com> | Tue Dec 22 21:58:26 2015 -0600 |
tree | 36926864944efeff0392a0005a452c7336579f69 | |
parent | 746bfe63bba37ad55956b7377c9af494e7e28929 [diff] |
usb: dwc3: gadget: don't send extra ZLP If the request->length is zero, a ZLP should already be sent due to that and another ZLP is not needed to terminate the transfer. Fixes: 04c03d10e507 ("usb: dwc3: gadget: handle request->zero") Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>