Re: [PATCH 2/3] usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor

2012-08-20 Thread Roland Stigge
On 08/20/2012 10:19 AM, Sebastian Andrzej Siewior wrote: > On 08/20/2012 10:11 AM, Roland Stigge wrote: >> This patch removes the utilization of struct usb_endpoint_descriptor, >> as done >> by other drivers also. This was done on request by the USB gadget >> maintainers, >> since this API is obsol

Re: [PATCH 2/3] usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor

2012-08-20 Thread Sebastian Andrzej Siewior
On 08/20/2012 10:11 AM, Roland Stigge wrote: This patch removes the utilization of struct usb_endpoint_descriptor, as done by other drivers also. This was done on request by the USB gadget maintainers, since this API is obsoleted. #1 and #2 look good. #3 could use a const besides that it looks

[PATCH 2/3] usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor

2012-08-20 Thread Roland Stigge
This patch removes the utilization of struct usb_endpoint_descriptor, as done by other drivers also. This was done on request by the USB gadget maintainers, since this API is obsoleted. Signed-off-by: Roland Stigge --- drivers/usb/gadget/lpc32xx_udc.c | 23 +++ 1 file cha