From: Nicolas Ferre Date: Wed, 16 May 2012 08:23:07 +0000 (+0200) Subject: usb: gadget: at91_udc: fix endpoint descriptor dereference X-Git-Tag: v3.5-rc1~149^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eaee54b1c52a83dc74445792cf49900a8050da8;p=pandora-kernel.git 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-diff-tree failed