Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1717982 > unrolled thread

linux-next: build warning after merge of the sound-asoc tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-08-23 04:30 +0200
Last post2017-08-23 08:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the sound-asoc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-08-23 04:30 +0200
    Re: linux-next: build warning after merge of the sound-asoc tree Takashi Iwai <tiwai@suse.de> - 2017-08-23 08:10 +0200

#1717982 — linux-next: build warning after merge of the sound-asoc tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-08-23 04:30 +0200
Subjectlinux-next: build warning after merge of the sound-asoc tree
Message-ID<uhtAC-2W7-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1718060

FromTakashi Iwai <tiwai@suse.de>
Date2017-08-23 08:10 +0200
Message-ID<uhx1w-5kg-7@gated-at.bofh.it>
In reply to#1717982
On Wed, 23 Aug 2017 04:20:07 +0200,
Stephen Rothwell wrote:
> 
> 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")

My bad, will submit the fix patch.


thanks,

Takashi

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web