From: Andy Shevchenko Date: Fri, 13 Jul 2012 08:09:33 +0000 (+0300) Subject: dw_dmac: use 'u32' for LLI structure members, not dma_addr_t X-Git-Tag: v3.6-rc1~109^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8609c2b528331c38293bb8082a91701256d3fc1;p=pandora-kernel.git 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 Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed