From: Harvey Harrison Date: Fri, 29 Feb 2008 10:53:59 +0000 (+0100) Subject: [ALSA] sound: pcxhr_core.c fix shadowed variable warning X-Git-Tag: v2.6.26-rc1~1087^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caba7f70fce924dc5da2019f7678189086d0acd4;p=pandora-kernel.git [ALSA] sound: pcxhr_core.c fix shadowed variable warning Inner loop redeclares err with u32 rather than int, stupid fix here is to change the inner err to err2. sound/pci/pcxhr/pcxhr_core.c:1008:8: warning: symbol 'err' shadows an earlier one sound/pci/pcxhr/pcxhr_core.c:983:6: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed