commit | abe28c00b906b79dc9aff81087a81a5608f64170 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri May 30 10:39:04 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jul 21 15:16:24 2008 -0700 |
tree | 16311e2c1480369c337d410996cb2fc2c73c8b36 | |
parent | b2bdd1f5041db6f2d172417b5ceea20abc7a6eb6 [diff] |
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>