commit | d70d84423cbc5d6d929640189cf204e693024309 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Feb 06 13:40:17 2012 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Feb 06 13:40:17 2012 +0200 |
tree | 0b237104ae511f4f4650d7d49bd4ca87d3d7ba31 | |
parent | 8b5d6b0a4353d0e3517947f894be215750d681bb [diff] |
usb: dwc3: gadget: avoid memcpy()ing event buffer We're only using the 4 byte events and memcpy() will make us slower. We can easily avoid that. Signed-off-by: Felipe Balbi <balbi@ti.com>