From: Ricardo Ribalda Delgado Date: Fri, 28 Nov 2014 13:50:52 +0000 (+0100) Subject: usb: gadget: udc: net2280: Code cleanout remove ep_stdrsp function X-Git-Tag: fixes-v4.0-rc1~102^2^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8b1cdebab3c6fb01d37e62e14f9dd8cc99d09b;p=pandora-kernel.git usb: gadget: udc: net2280: Code cleanout remove ep_stdrsp function ep_stdrsp was only called by handle_stat0_irqs_superspeed and with always the same flags. Remove the function and replace the call by the code inside the function, since it is very simple once the dead code is removed. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed