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