OSDN Git Service

ASoC: rsnd: tidyup void* cast for 64bit compiler
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 19 Nov 2015 04:22:56 +0000 (04:22 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 20 Nov 2015 18:07:02 +0000 (18:07 +0000)
commitc51eb1c66e55bf23af4a10dd6e71c5a82c0e6d81
treee7866d3b4e2a425778fddf7d2173f95b60ec7bb4
parent2ea6b0749c366787dbf6e87c7642e23b448ca63b
ASoC: rsnd: tidyup void* cast for 64bit compiler

64bit compiler indicates this without this patch

linux/sound/soc/sh/rcar/core.c: In function 'rsnd_probe':
linux/sound/soc/sh/rcar/core.c:1002:16: warning: cast from pointer to\
     integer of different size [-Wpointer-to-int-cast]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/rsnd.h