Home
last modified time | relevance | path

Searched hist:"1 aa91b6dd44a9517dee42913ecf9f51650b32cb6" (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/samsung/
H A Didma.cdiff 1aa91b6dd44a9517dee42913ecf9f51650b32cb6 Tue Apr 29 13:18:25 CEST 2014 Arnd Bergmann <arnd@arndb.de> 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 <arnd@arndb.de>
Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
Tested-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>