usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 31 Oct 2011 07:49:09 +0000 (00:49 -0700)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:45:10 +0000 (11:45 +0200)
commit7aac8d1537b1fd1a9e39bd16edcd6728c19f8dd5
tree7753f13aa6f376f4389e7a5c608eb9c72baaaf91
parent4825093e9d0692a2a1f1615ab69246ac07b17f2f
usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()

current mod_host used usbhs_device_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>
drivers/usb/renesas_usbhs/mod_host.c