]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fhci-hub: kill 'len' variable in fhci_hub_control()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 11 Jan 2015 22:49:01 +0000 (01:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 12:48:28 +0000 (20:48 +0800)
commita5790e9e834bb48cb681620ec680203edb536242
tree01ec3841acf3f363da7e3701367421bb0c1c86a7
parent368fbc34c4602accd1ba76d03b4cce07c9c90cf7
fhci-hub: kill 'len' variable in fhci_hub_control()

The 'len' variable in fhci_hub_control() is write-only, so totally useless.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fhci-hub.c