From 5eaee54b1c52a83dc74445792cf49900a8050da8 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Wed, 16 May 2012 10:23:07 +0200 Subject: [PATCH] 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 Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed