From: Dan Carpenter Date: Tue, 2 Oct 2012 08:28:18 +0000 (+0300) Subject: WUSB: remove an unnused variable X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da31fe451a7a717c01ae26fa1e9e46fa43921b7d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed