usb: hub: remove unused variable
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 21 Oct 2014 10:21:34 +0000 (15:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:38:17 +0000 (15:38 -0800)
commit527307eacb014ba903b80694e6855fbdf20c89df
tree52625ee0578a7bf0e1ad5f529f917f63c86c6bd5
parente5283626f5d535c54cbcc3ec4a60a4746578a4c2
usb: hub: remove unused variable

the integer variable 'feature' was not being used anywhere in the function.
so it is safe to remove the variable.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c