ASoC: fsl_micfil: Remove set but not used variable 'osr'
authorYueHaibing <yuehaibing@huawei.com>
Wed, 17 Apr 2019 15:09:15 +0000 (23:09 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:46:02 +0000 (10:46 +0900)
commita0c34c7629bee46ffd8121987d27df25a6433cc7
treea5746e7b80487d8afc82b7ae586ca3c0de1f369e
parent5011454ee34a84700e9a8c7eb1138efceea9d662
ASoC: fsl_micfil: Remove set but not used variable 'osr'

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

sound/soc/fsl/fsl_micfil.c: In function 'get_clk_div':
sound/soc/fsl/fsl_micfil.c:154:6: warning: variable 'osr' set but not used [-Wunused-but-set-variable]

It is never used since introduction in
commit 47a70e6fc9a8 ("ASoC: Add MICFIL SoC Digital Audio Interface driver.")

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