linux-next: build warnings after merge of the sound-asoc tree

From: Stephen Rothwell
Date: Mon May 30 2016 - 21:44:17 EST


Hi all,

After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) produced these warnings:

sound/soc/codecs/cs47l24.c: In function 'cs47l24_adsp2_irq'
:
sound/soc/codecs/cs47l24.c:1091:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(void *)i);
^
sound/soc/codecs/wm5110.c: In function 'wm5110_adsp2_irq':
sound/soc/codecs/wm5110.c:2246:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
(void *)i);
^

Introduced by commit

7baa7e2490e1 ("ASoC: arizona: Add event notification on voice trigger events")

--
Cheers,
Stephen Rothwell