From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755981AbcEaIQd (ORCPT ); Tue, 31 May 2016 04:16:33 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:59132 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755457AbcEaIQ3 (ORCPT ); Tue, 31 May 2016 04:16:29 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Tue, 31 May 2016 09:16:26 +0100 From: Charles Keepax To: Stephen Rothwell CC: Mark Brown , Liam Girdwood , , Subject: Re: linux-next: build warnings after merge of the sound-asoc tree Message-ID: <20160531081626.GI20422@localhost.localdomain> References: <20160531114357.5010daa3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20160531114357.5010daa3@canb.auug.org.au> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1605310097 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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