]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
usb: gadget: udc: net2280: Code cleanout remove ep_stdrsp function
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 28 Nov 2014 13:50:52 +0000 (14:50 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:27 +0000 (12:13 -0600)
commitcf8b1cdebab3c6fb01d37e62e14f9dd8cc99d09b
tree9943cd913e74bc53ac972762a4dd1d427bb481d7
parent61e72dc65a9a4937d351a4b67386a6bbf70a1146
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 <ricardo.ribalda@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/net2280.c