From: Kuninori Morimoto Date: Mon, 31 Oct 2011 07:49:09 +0000 (-0700) Subject: usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx() X-Git-Tag: v3.3-rc1~153^2~28^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aac8d1537b1fd1a9e39bd16edcd6728c19f8dd5;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed