commit | 19ec31230eb3084431bc2e565fd085f79f564274 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Dec 20 14:08:48 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jan 02 10:55:28 2017 +0200 |
tree | 1a2689af0a2b8850fca5f0113d23ed9d36e4ad69 | |
parent | 7931ec86c1b738e4e90e58c6d95e5f720d45ee56 [diff] |
usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb() Let's call dwc3_ep0_prepare_one_trb() explicitly because there are occasions where we will need more than one TRB to handle an EP0 transfer. A follow-up patch will fix one bug related to multiple-TRB Data Phases when it comes to mapping/unmapping requests for DMA. Cc: <stable@vger.kernel.org> Reported-by: Janusz Dziedzic <januszx.dziedzic@linux.intel.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>