ASoC: pxa: address unused variable warning
authorYu Liao <liaoyu15@huawei.com>
Tue, 8 Aug 2023 13:25:19 +0000 (21:25 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 8 Aug 2023 17:57:27 +0000 (18:57 +0100)
commita932f45a1832d18fb64704636a958ef993a1d1da
treecba8ecf21b7af8c4d1eede0f3921bbcf5c47b163
parent87b56172431bc2e8c497d2f10ee8245313167bd9
ASoC: pxa: address unused variable warning

gcc with W=1 reports
sound/soc/pxa/pxa-ssp.c:594:15: warning: variable 'acds' set but not used [-Wunused-but-set-variable]
                                            ^
This variable is not used so remove it.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308040619.BEismjFv-lkp@intel.com/
Signed-off-by: Yu Liao <liaoyu15@huawei.com>
Link: https://lore.kernel.org/r/20230808132519.637452-1-liaoyu15@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/pxa-ssp.c