commit | dea520a4a28307034b1842adbfde947e1ed385d2 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Mar 30 09:39:34 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Apr 18 15:23:30 2016 +0300 |
tree | 42aa0cd75ce94fca416ef024ee5f0b7b27e77cd7 | |
parent | 696c8b1282205caa5206264449f80ef756f14ef7 [diff] |
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>