]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototype
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 5 Sep 2017 11:41:34 +0000 (14:41 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 19 Oct 2017 07:38:06 +0000 (10:38 +0300)
commit7fdca766499b1d361689ca9402543c027c6a1e87
treebb66ba7504a36068e2a5890577beae3201bbd12d
parent502a37b98a7bd45a198139e52671833469720c38
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>
drivers/usb/dwc3/gadget.c