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:
be02532
)
dmaengine: pl330: Remove useless xfer_cb indirection
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 6 Jul 2014 18:32:25 +0000
(20:32 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 15 Jul 2014 16:31:03 +0000
(22:01 +0530)
The xfer_cb callback of the pl330_req struct is always set to the same function.
This adds an unnecessary step of indirection. Instead just call the callback
function directly.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c
patch
|
blob
|
history
diff --cc
drivers/dma/pl330.c
Simple merge