From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967888AbdD0CZ3 (ORCPT ); Wed, 26 Apr 2017 22:25:29 -0400 Received: from mga09.intel.com ([134.134.136.24]:16846 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967558AbdD0CZN (ORCPT ); Wed, 26 Apr 2017 22:25:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,256,1488873600"; d="scan'208";a="79414996" Date: Thu, 27 Apr 2017 07:57:01 +0530 From: Vinod Koul To: Stephen Rothwell Cc: Mark Brown , Liam Girdwood , Linux-Next Mailing List , Linux Kernel Mailing List , G Kranthi , "Subhransu S. Prusty" Subject: Re: linux-next: build warning after merge of the sound-asoc tree Message-ID: <20170427022701.GI6263@localhost> References: <20170427112920.3c51a6e0@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170427112920.3c51a6e0@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 27, 2017 at 11:29:20AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > sound/soc/intel/skylake/bxt-sst.c: In function 'bxt_sst_dsp_init': > sound/soc/intel/skylake/bxt-sst.c:567:14: warning: 'skl' may be used uninitialized in this function [-Wmaybe-uninitialized] > dev_err(skl->dev, "%s: no device\n", __func__); > ^ > Yeah looks like that is the case, fortunately fix is quite simple, I will send out soon Thanks for reporting > Introduced by commit > > 9fe9c7119283 ("ASoC: Intel: Skylake: Move sst common initialization to a helper function") > > This looks like an actual bug ... > > -- > Cheers, > Stephen Rothwell -- ~Vinod