commit | f8609c2b528331c38293bb8082a91701256d3fc1 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jul 13 11:09:33 2012 +0300 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Mon Jul 16 12:03:07 2012 +0530 |
tree | 912e86414141bd89a4167fe86d2b4322b5971860 | |
parent | 93aad1bcc591c5138a5858a9cde637002e09ab4e [diff] |
dw_dmac: use 'u32' for LLI structure members, not dma_addr_t 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>