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:
93aad1b
)
dw_dmac: use 'u32' for LLI structure members, not dma_addr_t
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 13 Jul 2012 08:09:33 +0000
(11:09 +0300)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Mon, 16 Jul 2012 06:33:07 +0000
(12:03 +0530)
Use 'u32' for the LLI structure members, which are defined by hardware to be
32-bit. dma_addr_t is much more vague about its actual size.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
No differences found