]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic32x4: Remove set but not used variable 'mclk_rate'
authorYueHaibing <yuehaibing@huawei.com>
Wed, 17 Apr 2019 15:01:57 +0000 (23:01 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:46:03 +0000 (10:46 +0900)
commita1e5c5fc4f09197ba51bec57f5c6ddab27544708
tree0f968fcd0cf16499f62f501f73b5dfab09df88b4
parentf8a88a1f74bead95f901a5d5054a2445755cb75a
ASoC: tlv320aic32x4: Remove set but not used variable 'mclk_rate'

Fixes gcc '-Wunused-but-set-variable' warning:

sound/soc/codecs/tlv320aic32x4.c: In function 'aic32x4_setup_clocks':
sound/soc/codecs/tlv320aic32x4.c:669:16: warning: variable 'mclk_rate' set but not used [-Wunused-but-set-variable]

It is not used since introduction in
commit f842f151ab34 ("ASoC: tlv320aic32x4: Dynamically Determine Clocking")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c