From: Harvey Harrison Date: Fri, 29 Feb 2008 10:56:48 +0000 (+0100) Subject: [ALSA] sound: patch_sigmatel.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1087^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b55178515e8872670dc830203dad0e9e51e16be;p=pandora-kernel.git [ALSA] sound: patch_sigmatel.c fix shadowed variable warning Temp variable in the loop shadows the second argument (which is otherwise unused in this function). Change this to defcfg as it is used to hold the default config. sound/pci/hda/patch_sigmatel.c:2759:18: warning: symbol 'cfg' shadows an earlier one sound/pci/hda/patch_sigmatel.c:2734:26: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed