diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-03-25 06:17:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-01 11:32:28 +0300 |
commit | 35146467bd43704c52d1d5760af9839a10ad5b12 (patch) | |
tree | 3b32a41035105e32bdce23a8d0e4e87de7276d22 /scripts/Makefile.build | |
parent | 0bbcedd6bb41b82b77115fc001441ff34e7c4ea7 (diff) | |
download | linux-35146467bd43704c52d1d5760af9839a10ad5b12.tar.xz |
ASoC: simple-card-utils: remove set but not used variable 'dai_name'
Fixes gcc '-Wunused-but-set-variable' warning:
sound/soc/generic/simple-card-utils.c: In function 'asoc_simple_parse_clk':
sound/soc/generic/simple-card-utils.c:164:18: warning:
parameter 'dai_name' set but not used [-Wunused-but-set-parameter]
It's not used since commit 0580dde59438 ("ASoC: simple-card-utils: add
asoc_simple_debug_info()"), so can be removed.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/Makefile.build')
0 files changed, 0 insertions, 0 deletions