commit | 5eaee54b1c52a83dc74445792cf49900a8050da8 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Wed May 16 10:23:07 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 16 05:29:20 2012 -0700 |
tree | df340ed35ff9bc478a206e4c1dc3938f9a2bbb7e | |
parent | ea79c2ed6ec374347e4c61755bcb6fe8c2b24961 [diff] |
usb: gadget: at91_udc: fix endpoint descriptor dereference The patch 5a6506f (Update at91_udc to use usb_endpoint_descriptor inside the struct usb_ep) removes the desc field of struct at91_ep. This convertion had not been completed which leads to a compilation error. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>