summaryrefslogtreecommitdiff
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-10-06 18:55:22 +0800
committerMark Brown <broonie@kernel.org>2019-10-07 13:53:04 +0100
commite9e8fc9ed63e7e0fb30f8612f628924fbd868467 (patch)
tree62b033271d5a0f45d389b90bebbe4f4e23ce4062 /sound/soc/fsl
parent03fe492e8346d3da59b6eb7ea306d46ebf22e9d5 (diff)
ASoC: fsl_mqs: remove set but not used variable 'bclk'
Fixes gcc '-Wunused-but-set-variable' warning: sound/soc/fsl/fsl_mqs.c: In function fsl_mqs_hw_params: sound/soc/fsl/fsl_mqs.c:54:6: warning: variable bclk set but not used [-Wunused-but-set-variable] It is never used, so can be removed. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20191006105522.58560-1-yuehaibing@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl_mqs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_mqs.c b/sound/soc/fsl/fsl_mqs.c
index c1619a553514..7b9cab3a62e7 100644
--- a/sound/soc/fsl/fsl_mqs.c
+++ b/sound/soc/fsl/fsl_mqs.c
@@ -51,10 +51,9 @@ static int fsl_mqs_hw_params(struct snd_pcm_substream *substream,
struct fsl_mqs *mqs_priv = snd_soc_component_get_drvdata(component);
unsigned long mclk_rate;
int div, res;
- int bclk, lrclk;
+ int lrclk;
mclk_rate = clk_get_rate(mqs_priv->mclk);
- bclk = snd_soc_params_to_bclk(params);
lrclk = params_rate(params);
/*