]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pxa: remove unused variable
authorArnd Bergmann <arnd@arndb.de>
Thu, 25 Feb 2016 22:02:04 +0000 (23:02 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 26 Feb 2016 02:05:56 +0000 (11:05 +0900)
commit4238490a1effa4a4bb1017cd0f7e18af6361d9cd
treefdbcf747035b89cd6dc27418b990d966ca422039
parentd7e15052ecc9ac4f938d1d7432c1d120a2711a7e
ASoC: pxa: remove unused variable

As pointed out by Zhangfei Gao, the sspa_div variable in
brownstone_wm8994_hw_params() is completely unused, so as a cleanup
following a prior patch, this removes both the variable and the division.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/brownstone.c