diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-08-11 15:47:18 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-11 19:13:25 +0300 |
commit | 1af2cc64b18c29f1d774caa7e592c781bee6a7eb (patch) | |
tree | 77de74a173ce915b4078e854f2bc951abd5b3dc2 /sound/soc/codecs/cs35l32.c | |
parent | e773c2f964640e103cc75a45aa4555c73ba55c29 (diff) | |
download | linux-1af2cc64b18c29f1d774caa7e592c781bee6a7eb.tar.xz |
ASoC: rsnd: Silence DMA slave ID compile warning on 64-bit
On arm64:
sound/soc/sh/rcar/dma.c: In function 'rsnd_dmaen_init':
sound/soc/sh/rcar/dma.c:180:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(void *)id);
^
include/linux/dmaengine.h:1185:75: note: in definition of macro 'dma_request_channel'
#define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y)
^
Add an intermediate cast to "uintptr_t" to kill the compile warning.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs35l32.c')
0 files changed, 0 insertions, 0 deletions