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)
commit83b4f50ca2b2e93346195b51f58e8089f9f35c0b
tree0f968fcd0cf16499f62f501f73b5dfab09df88b4
parenta0c34c7629bee46ffd8121987d27df25a6433cc7
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 96c3bb00239d ("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