commit | d9fa298f215e050dbb28a6f75fe76459ebd2e7f0 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Dec 10 22:44:07 2012 -0800 |
committer | Felipe Balbi <balbi@ti.com> | Thu Dec 13 11:58:43 2012 +0200 |
tree | e93a06d61eed19370fa22ea8f43d68607b1a7e56 | |
parent | 69f5165ebef1d90bd58e9ce5db018218ea4d089c [diff] |
usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settings Current usbhsg_ep_disable() didn't care uep->pipe and pipe->mod_private variable which is used on usbhsg_ep_enable(). It breaks renesas_usbhs gadget when resume. This patch fixes it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>