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:
404ff66
)
dma: cppi41: pass around device instead of platform_device
author
Daniel Mack
<zonque@gmail.com>
Sun, 22 Sep 2013 14:50:00 +0000
(16:50 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 7 Oct 2013 02:11:39 +0000
(07:41 +0530)
Instead of passing around struct plafform_device, use struct device and
save one level of dereferencing. This affects the following functions:
* cppi41_add_chans
* purge_descs
* deinit_cpii41
* init_descs
* init_cppi41
* cppi_glue_infos
It's just a cosmetic cleanup that makes the code more readable.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/cppi41.c
patch
|
blob
|
history
diff --cc
drivers/dma/cppi41.c
Simple merge