commit | 7fdca766499b1d361689ca9402543c027c6a1e87 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Sep 05 14:41:34 2017 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Oct 19 10:38:06 2017 +0300 |
tree | bb66ba7504a36068e2a5890577beae3201bbd12d | |
parent | 502a37b98a7bd45a198139e52671833469720c38 [diff] |
usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototype Now that all the information we need sits in struct dwc3_ep, we can start taking only a pointer to struct dwc3_ep as an argument. This allows us to clean the code up a bit. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>