From: Felipe Balbi Date: Tue, 10 Jan 2012 15:29:29 +0000 (+0200) Subject: usb: dwc3: ep0: fix compile warning X-Git-Tag: v3.3-rc2~5^2~4^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0955fed11363bea66742fffc6f8ad1e6800a6d;p=pandora-kernel.git usb: dwc3: ep0: fix compile warning commit 34c60a7 (usb: dwc3: ep0: tidy up Pending Request handling) introduced a compile warning by leaving an unused variable. This patch fixes that warning: drivers/usb/dwc3/ep0.c: In function ‘__dwc3_gadget_ep0_queue’: drivers/usb/dwc3/ep0.c:129:8: warning: unused variable ‘type’ [-Wunused-variable] Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed