commit | 4825093e9d0692a2a1f1615ab69246ac07b17f2f | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Oct 31 00:48:59 2011 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 12 11:45:09 2011 +0200 |
tree | 9cc8791cafe6e3d1772d035c48d4969bfacf30ca | |
parent | 3eddc9e4c828dbbeabb5924266bfded42a1ac042 [diff] |
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 <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>