]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: regression fix - usage of usb_ep
authorChristoph Fritz <chf.fritz@googlemail.com>
Mon, 4 Jun 2012 15:24:03 +0000 (17:24 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 4 Jun 2012 15:24:49 +0000 (18:24 +0300)
commit80e91fd59bc5291c6fe322551f644a58cf2c5e98
treeefd5bc99d13b6c99a0db5d29d26ac8bacd3dc48f
parent109f0f718375e12bfdee53f025d85d94efed32a3
usb: gadget: regression fix - usage of usb_ep

This patch removes redundant pointer to struct usb_endpoint_descriptor which
were missed in commit 79149b8:

 usb: gadget: Update fsl_udc_core to use usb_endpoint_descriptor inside the
 struct usb_ep

Due to clock framework regressions, this patch is only compile tested!

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/fsl_udc_core.c
drivers/usb/gadget/fsl_usb2_udc.h