From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753223AbdHWCUK (ORCPT ); Tue, 22 Aug 2017 22:20:10 -0400 Received: from ozlabs.org ([103.22.144.67]:44007 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753070AbdHWCUJ (ORCPT ); Tue, 22 Aug 2017 22:20:09 -0400 Date: Wed, 23 Aug 2017 12:20:07 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Takashi Iwai Subject: linux-next: build warning after merge of the sound-asoc tree Message-ID: <20170823122007.6dbcd592@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 (arm multi_v7_defconfig) produced this warning: sound/soc/tegra/tegra_wm8903.c: In function 'tegra_wm8903_remove': sound/soc/tegra/tegra_wm8903.c:206:23: warning: unused variable 'machine' [-Wunused-variable] struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); ^ Introduced by commit 2a8bd83af30e ("ASoC: tegra: Remove superfluous snd_soc_jack_free_gpios() call") -- Cheers, Stephen Rothwell