]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: fsl: lpc3xxx-i2s: Remove set but not used variable 'savedbitclkrate'
authorYue Haibing <yuehaibing@huawei.com>
Wed, 31 Jul 2024 02:29:49 +0000 (10:29 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 31 Jul 2024 11:50:44 +0000 (12:50 +0100)
commitd5742b5d4d7b99531e352ea814506641f9fc8981
tree728700fa789b01b195fbe9822126dd660081ab4d
parent22c406c9bf5e28d9fed0bf37ac9d544e56127fd3
ASoC: fsl: lpc3xxx-i2s: Remove set but not used variable 'savedbitclkrate'

The variable savedbitclkrate is assigned and never used, so can be removed.

sound/soc/fsl/lpc3xxx-i2s.c:42:13: warning: variable â€˜savedbitclkrate’ set but not used [-Wunused-but-set-variable]

Fixes: 0959de657a10 ("ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs")
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://patch.msgid.link/20240731022949.135016-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/lpc3xxx-i2s.c