From: Kuninori Morimoto Date: Tue, 11 Dec 2012 06:44:07 +0000 (-0800) Subject: usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settings X-Git-Tag: v3.8-rc4~25^2~17^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9fa298f215e050dbb28a6f75fe76459ebd2e7f0;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed