From: Harvey Harrison Date: Fri, 29 Feb 2008 10:54:26 +0000 (+0100) Subject: [ALSA] sound: riptide.c fix shadowed variable warnings X-Git-Tag: v2.6.26-rc1~1087^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd87b10ca29a351c61c8c63761ab8fb48e47b2f;p=pandora-kernel.git [ALSA] sound: riptide.c fix shadowed variable warnings In both cases we are passing around the substream number, use sub_num for this. sound/pci/riptide/riptide.c:1633:6: warning: symbol 'index' shadows an earlier one sound/pci/riptide/riptide.c:121:12: originally declared here sound/pci/riptide/riptide.c:1673:6: warning: symbol 'index' shadows an earlier one sound/pci/riptide/riptide.c:121:12: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed