dw_dmac: use 'u32' for LLI structure members, not dma_addr_t
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 13 Jul 2012 08:09:33 +0000 (11:09 +0300)
committerVinod Koul <vinod.koul@linux.intel.com>
Mon, 16 Jul 2012 06:33:07 +0000 (12:03 +0530)
commitf8609c2b528331c38293bb8082a91701256d3fc1
tree912e86414141bd89a4167fe86d2b4322b5971860
parent93aad1bcc591c5138a5858a9cde637002e09ab4e
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>
drivers/dma/dw_dmac.c
drivers/dma/dw_dmac_regs.h