Re: [PATCH 2/4] usb/gadget: factor out alloc_ep_req

2013-11-05 Thread Michal Nazarewicz
On Mon, Nov 04 2013, Andrzej Pietrasiewicz wrote: > alloc_ep_req() is a function repeated in several modules. > Make a common implementation and use it. > > Signed-off-by: Andrzej Pietrasiewicz > Signed-off-by: Kyungmin Park Acked-by: Michal Nazarewicz -- Best regards,

[PATCH 2/4] usb/gadget: factor out alloc_ep_req

2013-11-04 Thread Andrzej Pietrasiewicz
alloc_ep_req() is a function repeated in several modules. Make a common implementation and use it. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park --- drivers/usb/gadget/Makefile |2 +- drivers/usb/gadget/f_hid.c| 18 +- drivers/usb/gadget/f