commit | da31fe451a7a717c01ae26fa1e9e46fa43921b7d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Oct 02 11:28:18 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 11:33:34 2012 -0700 |
tree | bce29cd4a5b30fbb2da4953c474d228046335f2b | |
parent | be7ac70b9b1cb49758d52abb554c92c03acd6f08 [diff] |
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>