usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct usb_ep
Remove redundant pointer to struct usb_endpoint_descriptor. Signed-off-by: Ido Shayevitz <idos@codeaurora.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:

committed by
Felipe Balbi

parent
b1371d1611
commit
f8bdae0614
@@ -140,7 +140,6 @@ struct omap_ep {
|
||||
struct list_head queue;
|
||||
unsigned long irqs;
|
||||
struct list_head iso;
|
||||
const struct usb_endpoint_descriptor *desc;
|
||||
char name[14];
|
||||
u16 maxpacket;
|
||||
u8 bEndpointAddress;
|
||||
|
Reference in New Issue
Block a user