commit | 5e9a3fcfa2ca10e3ff76938fe9a12515ffa41003 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Aug 23 10:07:13 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 25 10:33:20 2015 +0100 |
tree | 329b431e6b3c891565f5b6be881c25765be9a2be | |
parent | 1d15f21dc8030c4511964819b89b50e39d5a7013 [diff] |
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>