usb: dwc3: gadget: make cleanup_completed_requests() return nothing
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 29 Mar 2018 08:53:40 +0000 (11:53 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:52 +0000 (10:00 +0300)
commit12a3a4ada81635689e2bd926e90131426a5e0a0a
tree0309d4b445f1ea6b3f94a32ace3ba7cfe598ad54
parent5f2e7975f0dfebd024cdef490d44dc4593d9f778
usb: dwc3: gadget: make cleanup_completed_requests() return nothing

We don't need to return a value anymore here. Let's remove it.

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