]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: hda - Fix unused variable warning
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Jan 2019 08:10:00 +0000 (09:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Jan 2019 08:10:00 +0000 (09:10 +0100)
commit3bb700e76914fe3a2f5b57704f23df593151521f
tree3728cac9535b4c42493dc1e1743276a6c8039243
parent436ec40e0cdf74eae90af6be6c287396e388f1fb
ALSA: hda - Fix unused variable warning

The unused variable was forgotten to be removed and now we get a
compiler warning:
  sound/pci/hda/hda_codec.c: In function 'hda_codec_runtime_suspend':
  sound/pci/hda/hda_codec.c:2926:18: warning: unused variable 'pcm'

Fixes: 17bc4815de58 ("ALSA: pci: Remove superfluous snd_pcm_suspend*() calls")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c