[PATCH 04/15] ASoC: samsung-idma: avoid 64-bit division
From: broonie@kernel.org (Mark Brown)
Date: 2014-05-01 03:32:05
Also in:
alsa-devel, linux-samsung-soc, lkml
From: broonie@kernel.org (Mark Brown)
Date: 2014-05-01 03:32:05
Also in:
alsa-devel, linux-samsung-soc, lkml
On Tue, Apr 29, 2014 at 07:18:25PM +0800, Xia Kaixu wrote:
From: Arnd Bergmann <arnd@arndb.de> 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.
Applied, thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140430/af3ccba8/attachment.sig>