]> git.karo-electronics.de Git - mv-sheeva.git/commit
ASoC: Fix shadowed variables in twl4030
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 20 Jun 2009 12:53:20 +0000 (13:53 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 20 Jun 2009 12:58:08 +0000 (13:58 +0100)
commitb53109db5e016425b767e8e33669a5f41257e6e5
tree6f358aeefb170a21b9232c2babe9b1ec943bafd0
parenta583cd53478f0c55b92f084bdbe3b66d2b4496df
ASoC: Fix shadowed variables in twl4030

No need to define second copies of mode and format, they're declared
with exactly the same type at the head of the function and there's no
conflict in their use.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/twl4030.c