[PATCH 0/3] Gadget endpoint allocation request

From: Felipe F. Tonello
Date: Tue Aug 23 2016 - 13:26:21 EST


Patch #1 removes a unnecessary and confusing parameter from alloc_ep_req().
Also, this series updates f_hid function to use alloc/free_ep_req() instead of
allocating/freeing requests directly.

Felipe F. Tonello (3):
usb: gadget: remove useless parameter in alloc_ep_req()
usb: gadget: f_hid: use free_ep_req()
usb: gadget: f_hid: use alloc_ep_req()

drivers/usb/gadget/function/f_hid.c | 18 +++++-------------
drivers/usb/gadget/function/f_loopback.c | 6 ++----
drivers/usb/gadget/function/f_midi.c | 2 +-
drivers/usb/gadget/function/f_sourcesink.c | 6 ++----
drivers/usb/gadget/u_f.c | 7 +++----
drivers/usb/gadget/u_f.h | 3 +--
6 files changed, 14 insertions(+), 28 deletions(-)

--
2.9.3