usb: dwc3: gadget: avoid memcpy()ing event buffer
authorFelipe Balbi <balbi@ti.com>
Mon, 6 Feb 2012 11:40:17 +0000 (13:40 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 6 Feb 2012 11:40:17 +0000 (13:40 +0200)
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>

No differences found