From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422672AbcEaBoA (ORCPT ); Mon, 30 May 2016 21:44:00 -0400 Received: from ozlabs.org ([103.22.144.67]:37162 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161746AbcEaBn7 (ORCPT ); Mon, 30 May 2016 21:43:59 -0400 Date: Tue, 31 May 2016 11:43:57 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Charles Keepax Subject: linux-next: build warnings after merge of the sound-asoc tree Message-ID: <20160531114357.5010daa3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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