From: Harvey Harrison Date: Thu, 28 Feb 2008 10:52:17 +0000 (+0100) Subject: [ALSA] sound: cmipci.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1087^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfa31ed5e1fc0ace7f1959b9564ad43d78fd7af;p=pandora-kernel.git [ALSA] sound: cmipci.c fix shadowed variable warning A temporary variable for each mixer element is used in an initialization loop, use the name elem_id. sound/pci/cmipci.c:2747:26: warning: symbol 'id' shadows an earlier one sound/pci/cmipci.c:56: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