commit | 584829459bd4421f0f57d11a6ceeef096ec81d08 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Dec 10 22:43:45 2012 -0800 |
committer | Felipe Balbi <balbi@ti.com> | Thu Dec 13 11:58:39 2012 +0200 |
tree | e6fffe902000c37f200c22f1038cff96b4e1c29c | |
parent | 1604c1e760119ab3fe9f71679ebaeb058d3d8ae1 [diff] |
usb: renesas_usbhs: gadget: remove usbhsg_uep_init() Current driver always initialized uep->pipe to NULL on usbhsg_try_start(). But it breaks relationship with usb_ep_ops :: enable/disable functions when suspend/resume. This patch solved this issue by initializing uep->pipe on probe() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>