usb: gadget: Update amd5536udc 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
16e78db720
commit
ef20a72b73
@@ -512,7 +512,6 @@ struct udc_ep {
|
||||
|
||||
/* queue for requests */
|
||||
struct list_head queue;
|
||||
const struct usb_endpoint_descriptor *desc;
|
||||
unsigned halted;
|
||||
unsigned cancel_transfer;
|
||||
unsigned num : 5,
|
||||
|
Reference in New Issue
Block a user