Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1409774 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-05-31 03:50 +0200 |
| Last post | 2016-05-31 10:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build warnings after merge of the sound-asoc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-05-31 03:50 +0200
Re: linux-next: build warnings after merge of the sound-asoc tree Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-05-31 10:20 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-05-31 03:50 +0200 |
| Subject | linux-next: build warnings after merge of the sound-asoc tree |
| Message-ID | <rEGYF-42d-7@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Date | 2016-05-31 10:20 +0200 |
| Message-ID | <rEN46-b2-29@gated-at.bofh.it> |
| In reply to | #1409774 |
On Tue, May 31, 2016 at 11:43:57AM +1000, Stephen Rothwell wrote:
> 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")
Apologies I will get a fix out today.
Thanks,
Charles
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web