OSDN Git Service

ASoC: tegra: Fix unused variable 'spdif' warning
authorAxel Lin <axel.lin@ingics.com>
Sun, 23 Aug 2015 02:07:13 +0000 (10:07 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 25 Aug 2015 09:33:20 +0000 (10:33 +0100)
commit5e9a3fcfa2ca10e3ff76938fe9a12515ffa41003
tree329b431e6b3c891565f5b6be881c25765be9a2be
parent1d15f21dc8030c4511964819b89b50e39d5a7013
ASoC: tegra: Fix unused variable 'spdif' warning

Fix below build warning:
  CC [M]  sound/soc/tegra/tegra20_spdif.o
sound/soc/tegra/tegra20_spdif.c: In function 'tegra20_spdif_platform_remove':
sound/soc/tegra/tegra20_spdif.c:361:24: warning: unused variable 'spdif' [-Wunused-variable]

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra20_spdif.c