From: Kuninori Morimoto Date: Tue, 11 Oct 2011 04:59:46 +0000 (-0700) Subject: usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc X-Git-Tag: v3.2-rc1~183^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5aa889f725b56934171f9845cf00a17de9cc76c;p=pandora-kernel.git usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc Current usbhs_pipe_malloc() used usb_endpoint_descriptor to get necessary information. It was very good for mod_gadget which allocate pipe in runtime, but is not good for mod_host which allocate pipe in initial timing. This patch remove usb_endpoint_descriptor from usbhs_pipe_malloc() Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed