usb: gadget: udc: net2272: do not call usb_gadget_unregister_driver()
authorFelipe Balbi <balbi@ti.com>
Sat, 18 Oct 2014 01:19:02 +0000 (20:19 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:01:19 +0000 (10:01 -0600)
that call is completely unnecessary because
usb_del_gadget_udc() already makes sure the
gadget driver is properly unregistered from
the UDC.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found