From: Harvey Harrison Date: Thu, 28 Feb 2008 10:53:07 +0000 (+0100) Subject: [ALSA] sound: ens1370.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1087^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405b0a377cfe3750f4af54b80d0402c3fe777b87;p=pandora-kernel.git [ALSA] sound: ens1370.c fix shadowed variable warning index is incremented only when AC97_EI_SPDIF and then assigned to the index field. Change the temporary name to is_spdif. sound/pci/ens1370.c:1638:10: warning: symbol 'index' shadows an earlier one sound/pci/ens1370.c:84:12: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed