commit | 843053093f4708fd2ee93cc6591f31bb260bb8a6 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jan 05 14:32:02 2017 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jan 24 11:04:12 2017 +0200 |
tree | 2ed0600705349580d8cafa20019b07e87c05aa96 | |
parent | 88f950a69174eca60d3e7df558ecb53d6d4d4e6f [diff] |
usb: dwc3: gadget: simplify dwc3_prepare_one_trb() We are already passing struct dwc3_request * to dwc3_prepare_one_trb(), because of that there's no need to extract dma address and length in the caller. We can let dwc3_prepare_one_trb() itself handle that part. This simplifies the prototype of the function by removing two arguments. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>