usb: gadget: udc-core: remove protection when setting gadget.dev.release
authorFelipe Balbi <balbi@ti.com>
Tue, 26 Feb 2013 13:25:41 +0000 (15:25 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:56 +0000 (11:17 +0200)
commitddf47ccbfebc12add813cf729ecfc2d5ab59ca19
tree98ab07310f361562b7f9644ea96608e624c965f6
parent3920193d8e71d1f7e0d077aa71624b64fa3499ac
usb: gadget: udc-core: remove protection when setting gadget.dev.release

now that no UDC driver touches gadget.dev.release
we can assign our release function to it without
being afraid of breaking anything.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc-core.c