usb: dwc3: gadget: pass ev_buff as cookie to irq handler
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 30 Mar 2016 06:39:34 +0000 (09:39 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 12:23:30 +0000 (15:23 +0300)
commitdea520a4a28307034b1842adbfde947e1ed385d2
tree42aa0cd75ce94fca416ef024ee5f0b7b27e77cd7
parent696c8b1282205caa5206264449f80ef756f14ef7
usb: dwc3: gadget: pass ev_buff as cookie to irq handler

we don't plan on using multiple event buffers, but
if we find a good use case for it, this little trick
will help us avoid a loop in hardirq handler looping
for each and every event buffer.

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