From: Mark Brown Date: Sat, 20 Jun 2009 12:53:20 +0000 (+0100) Subject: ASoC: Fix shadowed variables in twl4030 X-Git-Tag: v2.6.32-rc1~166^2~83^2~106^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53109db5e016425b767e8e33669a5f41257e6e5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed