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:
771f184
)
usb: dwc3: gadget: drop the useless dma_sync_single* calls
author
Felipe Balbi
<balbi@ti.com>
Thu, 8 Sep 2011 15:16:21 +0000
(18:16 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 9 Sep 2011 10:05:26 +0000
(13:05 +0300)
if req->dma isn't DMA_ADDR_INVALID it means gadget driver
mapped the request or allocated from coherent, so it's
unnecessary to do anything.
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found