linux/sound/soc/stm
YueHaibing 70605450fd
ASoC: stm32: sai: remove set but not used variables 'mask, cr1'
Fixes gcc '-Wunused-but-set-variable' warning:

sound/soc/stm/stm32_sai_sub.c: In function 'stm32_sai_configure_clock':
sound/soc/stm/stm32_sai_sub.c:902:11: warning:
 variable 'mask' set but not used [-Wunused-but-set-variable]
sound/soc/stm/stm32_sai_sub.c:902:6: warning:
 variable 'cr1' set but not used [-Wunused-but-set-variable]

It's not used any more after 8307b2afd3 ("ASoC: stm32: sai: set sai as
mclk clock provider")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-02-18 18:23:59 +00:00
..
Kconfig ASoC: stm32: add clock dependency for sai 2018-10-23 10:51:44 +01:00
Makefile ASoC: stm32: add DFSDM DAI support 2018-01-10 10:52:05 +00:00
stm32_adfsdm.c ASoC: stm32: remove redundant pointers 'priv' and 'rtd' 2018-08-01 12:16:26 +01:00
stm32_i2s.c SoC: stm32: i2s: manage clock power 2019-02-08 13:01:22 +00:00
stm32_sai.c ASoC: stm32: sai: add missing put_device() 2019-02-14 13:12:07 +00:00
stm32_sai.h ASoC: stm32: sai: set sai as mclk clock provider 2018-10-19 13:12:07 +01:00
stm32_sai_sub.c ASoC: stm32: sai: remove set but not used variables 'mask, cr1' 2019-02-18 18:23:59 +00:00
stm32_spdifrx.c ASoC: stm32: spdifrx: Use default dai name 2018-02-12 12:04:33 +00:00