git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a583cd5
)
ASoC: Fix shadowed variables in twl4030
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sat, 20 Jun 2009 12:53:20 +0000
(13:53 +0100)
committer
Mark 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