git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5d6b0
)
usb: dwc3: gadget: avoid memcpy()ing event buffer
author
Felipe Balbi
<balbi@ti.com>
Mon, 6 Feb 2012 11:40:17 +0000
(13:40 +0200)
committer
Felipe 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