From: Harvey Harrison Date: Thu, 28 Feb 2008 10:58:18 +0000 (+0100) Subject: [ALSA] sound: ac97_pcm.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1087^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608b10bad3563e2349393136ce421d9f67329170;p=pandora-kernel.git [ALSA] sound: ac97_pcm.c fix shadowed variable warning err is always assigned before it is used, no need to declare another inside the if statement. sound/pci/ac97/ac97_pcm.c:577:7: warning: symbol 'err' shadows an earlier one sound/pci/ac97/ac97_pcm.c:572:6: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed