From: Arnd Bergmann Date: Tue, 29 Apr 2014 11:18:25 +0000 (+0800) Subject: ASoC: samsung-idma: avoid 64-bit division X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~1^3~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa91b6dd44a9517dee42913ecf9f51650b32cb6;p=pandora-kernel.git ASoC: samsung-idma: avoid 64-bit division dma_addr_t may be 64 bit wide, which causes a build failure when doing a division on it. Here it is safe to cast to an u32 type, which avoids the problem. Signed-off-by: Arnd Bergmann Signed-off-by: Xia Kaixu Tested-by: Tushar Behera Signed-off-by: Mark Brown --- Reading git-diff-tree failed