]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: speedtch.c fix sparse shadowed variable warning
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 30 May 2008 17:39:04 +0000 (10:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:24 +0000 (15:16 -0700)
commitabe28c00b906b79dc9aff81087a81a5608f64170
tree16311e2c1480369c337d410996cb2fc2c73c8b36
parentb2bdd1f5041db6f2d172417b5ceea20abc7a6eb6
USB: speedtch.c fix sparse shadowed variable warning

i is used only as a for-loop index no need to declare another.
drivers/usb/atm/speedtch.c:832:7: warning: symbol 'i' shadows an earlier one
drivers/usb/atm/speedtch.c:766:6: originally declared here

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/speedtch.c