]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Mar 2018 10:29:17 +0000 (13:29 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:49 +0000 (10:00 +0300)
commitfbea935accf4895fed40dd4b79839923271bb9b3
tree902d96e46c58de839a8cf7983f63047a5b7fe4a7
parent742a4fff5f298806d3d4ed2e229857fbe56e12c5
usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()

Now that we're making sure we don't have XferComplete events, we can
rename this function to what it actually handles:
dwc3_gadget_endpoint_transfer_in_progress()

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c