From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751202AbdBACOL (ORCPT ); Tue, 31 Jan 2017 21:14:11 -0500 Received: from ozlabs.org ([103.22.144.67]:41389 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbdBACOK (ORCPT ); Tue, 31 Jan 2017 21:14:10 -0500 Date: Wed, 1 Feb 2017 13:14:08 +1100 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Pierre-Louis Bossart Subject: linux-next: build warning after merge of the sound-asoc tree Message-ID: <20170201131408.2d735d11@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 this warning: sound/soc/intel/boards/cht_bsw_rt5645.c: In function 'cht_codec_init': sound/soc/intel/boards/cht_bsw_rt5645.c:265:22: warning: unused variable 'codec_dai' [-Wunused-variable] struct snd_soc_dai *codec_dai = runtime->codec_dai; ^ Introduced by commit 7bde09dfcf60 ("ASoC: Intel: cht-bsw-rt5645: fix DAI formats") -- Cheers, Stephen Rothwell