commit | 792bfcf7a1cd7913fa5d55f2b3a40e3275e98f6f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Feb 26 14:47:44 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 18 11:17:44 2013 +0200 |
tree | eae84b3c1688bf011ee15fb9487b39e84ee7259e | |
parent | 8707d5abbd96f7a124647357005511bee8d3ccdd [diff] |
usb: gadget: udc-core: introduce usb_add_gadget_udc_release() not all UDC drivers need a proper release function, for those which don't need it, we udc-core will provide a no-op release method so we can remove "redefinition" of such methods in almost every UDC driver. Signed-off-by: Felipe Balbi <balbi@ti.com>