* [PATCH][next] ASoC: tegra: remove unused variable machine, fixes build warning
@ 2017-08-23 9:37 Colin King
2017-08-23 11:06 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-08-23 9:37 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
Thierry Reding, Jonathan Hunter, Codrut Grosu, Julia Lawall,
Donglin Peng, alsa-devel, linux-tegra
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Remove unused variable 'machine', fixes build 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);
^~~~~~~
Fixes: 2a8bd83af30e ("ASoC: tegra: Remove superfluous snd_soc_jack_free_gpios() call")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
sound/soc/tegra/tegra_wm8903.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c
index 2384cb9cb95c..18bdae59a4df 100644
--- a/sound/soc/tegra/tegra_wm8903.c
+++ b/sound/soc/tegra/tegra_wm8903.c
@@ -203,7 +203,6 @@ static int tegra_wm8903_remove(struct snd_soc_card *card)
snd_soc_get_pcm_runtime(card, card->dai_link[0].name);
struct snd_soc_dai *codec_dai = rtd->codec_dai;
struct snd_soc_codec *codec = codec_dai->codec;
- struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card);
wm8903_mic_detect(codec, NULL, 0, 0);
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH][next] ASoC: tegra: remove unused variable machine, fixes build warning
2017-08-23 9:37 [PATCH][next] ASoC: tegra: remove unused variable machine, fixes build warning Colin King
@ 2017-08-23 11:06 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2017-08-23 11:06 UTC (permalink / raw)
To: Colin King
Cc: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Thierry Reding,
Jonathan Hunter, Codrut Grosu, Julia Lawall, Donglin Peng,
alsa-devel, linux-tegra, kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
On Wed, Aug 23, 2017 at 10:37:41AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Remove unused variable 'machine', fixes build warning:
Thanks but someone already submitted a version of this.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-23 11:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 9:37 [PATCH][next] ASoC: tegra: remove unused variable machine, fixes build warning Colin King
2017-08-23 11:06 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox