From: Harvey Harrison Date: Thu, 28 Feb 2008 10:55:07 +0000 (+0100) Subject: [ALSA] sound: fm801.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1087^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e4334e82c0f4eb0147a905a127bd14f0ea0a2d;p=pandora-kernel.git [ALSA] sound: fm801.c fix shadowed variable warning id was only used as a counter in a for loop, move the declaration to where it is used and change it to i. sound/pci/fm801.c:1288:6: warning: symbol 'id' shadows an earlier one sound/pci/fm801.c:51:13: originally declared here [tiwai - fixed a coding style issue as well] Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed