From: Felipe Balbi Date: Fri, 15 Feb 2013 08:45:42 +0000 (+0200) Subject: usb: dwc3: gadget: remove unnecessary code X-Git-Tag: v3.9-rc3~17^2~19^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b29b25f8f88ece53579fa87580bb2973815977;p=pandora-kernel.git usb: dwc3: gadget: remove unnecessary code the params variables on dwc3_gadget_conndone_interrupt() is only memset() to zero but never used in that function, so we can safely drop the variable and memset() call. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed