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)
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>

No differences found