From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: linux-next: build warning after merge of the sound-asoc tree Date: Tue, 13 Feb 2018 02:55:38 +0000 Message-ID: <87zi4dk3b5.wl%kuninori.morimoto.gx@renesas.com> References: <20180213125123.003f92f6@canb.auug.org.au> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <20180213125123.003f92f6@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Mark Brown , Liam Girdwood , Linux-Next Mailing List , Linux Kernel Mailing List List-Id: linux-next.vger.kernel.org Hi Stephen > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/codecs/wm9081.c: In function 'wm9081_digital_mute': > sound/soc/codecs/wm9081.c:1161:7: warning: 'reg' may be used uninitialized in this function [-Wmaybe-uninitialized] > reg |= WM9081_DAC_MUTE; > > Introduced by commit > > 48c338764296 ("ASoC: wm9081: replace codec to component") Thank you for your report. I posted fixup patch for it. Best regards --- Kuninori Morimoto