usb: message: remove redundant declaration
authorKris Borer <kborer@gmail.com>
Tue, 25 Aug 2015 21:59:49 +0000 (17:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 09:45:11 +0000 (10:45 +0100)
commit39047e0702c003d2c4cc1d493d7823407a96e1f5
tree1ac7687a6ede479b8c1f48a3df7e644513956226
parentcca26be3e68ff2950acda29a5331fe65825034ce
usb: message: remove redundant declaration

Fix the Sparse warning:

message.c:1390:21: warning: symbol 'i' shadows an earlier one
message.c:1294:13: originally declared here

Signed-off-by: Kris Borer <kborer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/message.c
This page took 0.024284 seconds and 5 git commands to generate.