]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
WUSB: remove an unnused variable
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 2 Oct 2012 08:28:18 +0000 (11:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:33:34 +0000 (11:33 -0700)
commitda31fe451a7a717c01ae26fa1e9e46fa43921b7d
treebce29cd4a5b30fbb2da4953c474d228046335f2b
parentbe7ac70b9b1cb49758d52abb554c92c03acd6f08
WUSB: remove an unnused variable

The "wusb_cap_descr_default" is never used.  GCC doesn't complain about
it because we have that line ".bLength = sizeof(wusb_cap_descr_default)"
inside the definition itself.  Clang complains though.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/wusbcore/devconnect.c