]> git.karo-electronics.de Git - karo-tx-linux.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)
commitaa3e838869d494c437c693b54d12fe02b96a0aa1
treefdbcf747035b89cd6dc27418b990d966ca422039
parent92e963f50fc74041b5e9e744c330dca48e04f08d
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