From: Kuninori Morimoto Date: Mon, 31 Oct 2011 07:48:59 +0000 (-0700) Subject: usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx() X-Git-Tag: v3.3-rc1~153^2~28^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4825093e9d0692a2a1f1615ab69246ac07b17f2f;p=pandora-kernel.git usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx() current mod_host used usbhs_endpoint_alloc/free(), but allocated variable was attached to each xx->hcpriv. The intuitively clear name was not xxx_alloc/free() but xxx_attach/detach(). Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed